DatasetImportJobSummary class

Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation. To get the complete set of properties, call the DescribeDatasetImportJob operation, and provide the DatasetImportJobArn.

Constructors

DatasetImportJobSummary({DateTime? creationTime, DataSource? dataSource, String? datasetImportJobArn, String? datasetImportJobName, DateTime? lastModificationTime, String? message, String? status})
DatasetImportJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the dataset import job was created.
final
datasetImportJobArn String?
The Amazon Resource Name (ARN) of the dataset import job.
final
datasetImportJobName String?
The name of the dataset import job.
final
dataSource DataSource?
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
The last time that the dataset was modified. The time depends on the status of the job, as follows:
final
message String?
If an error occurred, an informational message about the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the dataset import job. The status is reflected in the status of the dataset. For example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is UPDATE_IN_PROGRESS. States include:
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