DatasetImportJob class

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

Constructors

DatasetImportJob({DateTime? creationDateTime, DataSource? dataSource, String? datasetArn, String? datasetImportJobArn, String? failureReason, String? jobName, DateTime? lastUpdatedDateTime, String? roleArn, String? status})
DatasetImportJob.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime?
The creation date and time (in Unix time) of the dataset import job.
final
datasetArn String?
The Amazon Resource Name (ARN) of the dataset that receives the imported data.
final
datasetImportJobArn String?
The ARN of the dataset import job.
final
dataSource DataSource?
The Amazon S3 bucket that contains the training data to import.
final
failureReason String?
If a dataset import job fails, provides the reason why.
final
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The name of the import job.
final
lastUpdatedDateTime DateTime?
The date and time (in Unix time) the dataset was last updated.
final
roleArn String?
The ARN of the AWS Identity and Access Management (IAM) role that has permissions to read from the Amazon S3 data source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the dataset import job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited