PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Forecast::DescribeDatasetResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str'); has DataFrequency => (is => 'ro', isa => 'Str'); has DatasetArn => (is => 'ro', isa => 'Str'); has DatasetName => (is => 'ro', isa => 'Str'); has DatasetType => (is => 'ro', isa => 'Str'); has Domain => (is => 'ro', isa => 'Str'); has EncryptionConfig => (is => 'ro', isa => 'Paws::Forecast::EncryptionConfig'); has LastModificationTime => (is => 'ro', isa => 'Str'); has Schema => (is => 'ro', isa => 'Paws::Forecast::Schema'); has Status => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Forecast::DescribeDatasetResponse =head1 ATTRIBUTES =head2 CreationTime => Str When the dataset was created. =head2 DataFrequency => Str 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. =head2 DatasetArn => Str The Amazon Resource Name (ARN) of the dataset. =head2 DatasetName => Str The name of the dataset. =head2 DatasetType => Str The dataset type. Valid values are: C<"TARGET_TIME_SERIES">, C<"RELATED_TIME_SERIES">, C<"ITEM_METADATA"> =head2 Domain => Str The domain associated with the dataset. Valid values are: C<"RETAIL">, C<"CUSTOM">, C<"INVENTORY_PLANNING">, C<"EC2_CAPACITY">, C<"WORK_FORCE">, C<"WEB_TRAFFIC">, C<"METRICS"> =head2 EncryptionConfig => L The AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key. =head2 LastModificationTime => Str When you create a dataset, C is the same as C. While data is being imported to the dataset, C is the current time of the C call. After a CreateDatasetImportJob operation has finished, C is when the import job completed or failed. =head2 Schema => L An array of C objects that specify the dataset fields. Each C specifies the name and data type of a field. =head2 Status => Str The status of the dataset. States include: =over =item * C =item * C, C, C =item * C, C, C =item * C, C, C =back The C states apply while data is imported to the dataset from a call to the CreateDatasetImportJob operation and reflect the status of the dataset import job. For example, when the import job status is C, the status of the dataset is C. The C of the dataset must be C before you can import training data. =head2 _request_id => Str =cut 1;