DatasetDescription - Amazon Lookout for Vision API Reference

DatasetDescription

The description for a dataset. For more information, see DescribeDataset.

Contents

CreationTimestamp

The Unix timestamp for the time and date that the dataset was created.

Type: Timestamp

Required: No

DatasetType

The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 10.

Pattern: train|test

Required: No

ImageStats

Statistics about the images in a dataset.

Type: DatasetImageStats object

Required: No

LastUpdatedTimestamp

The Unix timestamp for the date and time that the dataset was last updated.

Type: Timestamp

Required: No

ProjectName

The name of the project that contains the dataset.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9][a-zA-Z0-9_\-]*

Required: No

Status

The status of the dataset.

Type: String

Valid Values: CREATE_IN_PROGRESS | CREATE_COMPLETE | CREATE_FAILED | UPDATE_IN_PROGRESS | UPDATE_COMPLETE | UPDATE_FAILED_ROLLBACK_IN_PROGRESS | UPDATE_FAILED_ROLLBACK_COMPLETE | DELETE_IN_PROGRESS | DELETE_COMPLETE | DELETE_FAILED

Required: No

StatusMessage

The status message for the dataset.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: