DatasetImportJob

Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob.

A dataset import job can be in one of the following states:

  • CREATE PENDING CREATE IN_PROGRESS ACTIVE -or- CREATE FAILED

Types

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

Properties

Link copied to clipboard

The creation date and time (in Unix time) of the dataset import job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset that receives the imported data.

Link copied to clipboard

The ARN of the dataset import job.

Link copied to clipboard

The Amazon S3 bucket that contains the training data to import.

Link copied to clipboard

If a dataset import job fails, provides the reason why.

Link copied to clipboard

The import mode used by the dataset import job to import new records.

Link copied to clipboard

The name of the import job.

Link copied to clipboard

The date and time (in Unix time) the dataset was last updated.

Link copied to clipboard

Whether the job publishes metrics to Amazon S3 for a metric attribution.

Link copied to clipboard

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

Link copied to clipboard

The status of the dataset import job.

Functions

Link copied to clipboard
inline fun copy(block: DatasetImportJob.Builder.() -> Unit = {}): DatasetImportJob
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