DatasetImportJobSummary

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.

Types

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

Properties

Link copied to clipboard

When the dataset import job was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset import job.

Link copied to clipboard

The name of the dataset import job.

Link copied to clipboard

The location of the training data to import and an 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.

Link copied to clipboard

The import mode of the dataset import job, FULL or INCREMENTAL.

Link copied to clipboard

The last time the resource was modified. The timestamp depends on the status of the job:

Link copied to clipboard

If an error occurred, an informational message about the error.

Link copied to clipboard

The status of the dataset import job. States include:

Functions

Link copied to clipboard
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