class Aws::ForecastService::Types::DatasetSummary
Provides a summary of the dataset properties used in the ListDatasets operation. To get the complete set of properties, call the DescribeDataset operation, and provide the `DatasetArn`.
@!attribute [rw] dataset_arn
The Amazon Resource Name (ARN) of the dataset. @return [String]
@!attribute [rw] dataset_name
The name of the dataset. @return [String]
@!attribute [rw] dataset_type
The dataset type. @return [String]
@!attribute [rw] domain
The domain associated with the dataset. @return [String]
@!attribute [rw] creation_time
When the dataset was created. @return [Time]
@!attribute [rw] last_modification_time
When you create a dataset, `LastModificationTime` is the same as `CreationTime`. While data is being imported to the dataset, `LastModificationTime` is the current time of the `ListDatasets` call. After a CreateDatasetImportJob operation has finished, `LastModificationTime` is when the import job completed or failed. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DatasetSummary AWS API Documentation
Constants
- SENSITIVE