- Navigation Guide
@aws-sdk/client-forecast
DescribeDatasetCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreationTime | Date | undefined | When the dataset was created. |
DataFrequency | string | undefined | The frequency of data collection. Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "M" indicates every month and "30min" indicates every 30 minutes. |
DatasetArn | string | undefined | The Amazon Resource Name (ARN) of the dataset. |
DatasetName | string | undefined | The name of the dataset. |
DatasetType | DatasetType | undefined | The dataset type. |
Domain | Domain | undefined | The domain associated with the dataset. |
EncryptionConfig | EncryptionConfig | undefined | The Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key. |
LastModificationTime | Date | undefined | When you create a dataset, |
Schema | Schema | undefined | An array of |
Status | string | undefined | The status of the dataset. States include:
The The |
Full Signature
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, MetadataBearer