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::DescribeDatasetImportJobResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str'); has DatasetArn => (is => 'ro', isa => 'Str'); has DatasetImportJobArn => (is => 'ro', isa => 'Str'); has DatasetImportJobName => (is => 'ro', isa => 'Str'); has DataSize => (is => 'ro', isa => 'Num'); has DataSource => (is => 'ro', isa => 'Paws::Forecast::DataSource'); has EstimatedTimeRemainingInMinutes => (is => 'ro', isa => 'Int'); has FieldStatistics => (is => 'ro', isa => 'Paws::Forecast::FieldStatistics'); has GeolocationFormat => (is => 'ro', isa => 'Str'); has LastModificationTime => (is => 'ro', isa => 'Str'); has Message => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has TimestampFormat => (is => 'ro', isa => 'Str'); has TimeZone => (is => 'ro', isa => 'Str'); has UseGeolocationForTimeZone => (is => 'ro', isa => 'Bool'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Forecast::DescribeDatasetImportJobResponse =head1 ATTRIBUTES =head2 CreationTime => Str When the dataset import job was created. =head2 DatasetArn => Str The Amazon Resource Name (ARN) of the dataset that the training data was imported to. =head2 DatasetImportJobArn => Str The ARN of the dataset import job. =head2 DatasetImportJobName => Str The name of the dataset import job. =head2 DataSize => Num The size of the dataset in gigabytes (GB) after the import job has finished. =head2 DataSource => L The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. If encryption is used, C includes an AWS Key Management Service (KMS) key. =head2 EstimatedTimeRemainingInMinutes => Int The estimated time remaining in minutes for the dataset import job to complete. =head2 FieldStatistics => L Statistical information about each field in the input data. =head2 GeolocationFormat => Str The format of the geolocation attribute. Valid Values:C<"LAT_LONG"> and C<"CC_POSTALCODE">. =head2 LastModificationTime => Str The last time the resource was modified. The timestamp depends on the status of the job: =over =item * C - The C. =item * C - The current timestamp. =item * C - The current timestamp. =item * C - When the job stopped. =item * C or C - When the job finished or failed. =back =head2 Message => Str If an error occurred, an informational message about the error. =head2 Status => Str The status of the dataset import job. States include: =over =item * C =item * C, C, C =item * C, C, C =item * C, C =back =head2 TimestampFormat => Str The format of timestamps in the dataset. The format that you specify depends on the C specified when the dataset was created. The following formats are supported =over =item * "yyyy-MM-dd" For the following data frequencies: Y, M, W, and D =item * "yyyy-MM-dd HH:mm:ss" For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D =back =head2 TimeZone => Str The single time zone applied to every item in the dataset =head2 UseGeolocationForTimeZone => Bool Whether C is automatically derived from the geolocation attribute. =head2 _request_id => Str =cut 1;