Properties associated with the dataset.

interface DatasetProperties {
    CreationTime?: Date;
    DatasetArn?: string;
    DatasetName?: string;
    DatasetS3Uri?: string;
    DatasetType?: string;
    Description?: string;
    EndTime?: Date;
    Message?: string;
    NumberOfDocuments?: number;
    Status?: string;
}

Properties

CreationTime?: Date

Creation time of the dataset.

DatasetArn?: string

The ARN of the dataset.

DatasetName?: string

The name of the dataset.

DatasetS3Uri?: string

The S3 URI where the dataset is stored.

DatasetType?: string

The dataset type (training data or test data).

Description?: string

Description of the dataset.

EndTime?: Date

Time when the data from the dataset becomes available in the data lake.

Message?: string

A description of the status of the dataset.

NumberOfDocuments?: number

The number of documents in the dataset.

Status?: string

The dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.