ImportJobData

Summary information about the import job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the import job was created.

Link copied to clipboard

The configuration information of the external data source.

Link copied to clipboard

The link to donwload the information of resource data that failed to be imported.

Link copied to clipboard

The identifier of the import job.

Link copied to clipboard

The type of the import job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the knowledge base.

Link copied to clipboard

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.

Link copied to clipboard

The timestamp when the import job data was last modified.

Link copied to clipboard

The metadata fields of the imported Wisdom resources.

Link copied to clipboard

The status of the import job.

Link copied to clipboard

A pointer to the uploaded asset. This value is returned by StartContentUpload.

Link copied to clipboard
val url: String

The download link to the resource file that is uploaded to the import job.

Link copied to clipboard

The expiration time of the URL as an epoch timestamp.

Functions

Link copied to clipboard
inline fun copy(block: ImportJobData.Builder.() -> Unit = {}): ImportJobData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String