The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::MachineLearning::GetDataSourceOutput

ATTRIBUTES

ComputeStatistics => Bool

The parameter is true if statistics need to be generated from the observation data.

ComputeTime => Int

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the DataSource, normalized and scaled on computation resources. ComputeTime is only available if the DataSource is in the COMPLETED state and the ComputeStatistics is set to true.

CreatedAt => Str

The time that the DataSource was created. The time is expressed in epoch time.

CreatedByIamUser => Str

The AWS user account from which the DataSource was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.

DataLocationS3 => Str

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

DataRearrangement => Str

A JSON string that represents the splitting and rearrangement requirement used when this DataSource was created.

DataSizeInBytes => Int

The total size of observations in the data files.

DataSourceId => Str

The ID assigned to the DataSource at creation. This value should be identical to the value of the DataSourceId in the request.

DataSourceSchema => Str

The schema used by all of the data files of this DataSource.

Note: This parameter is provided as part of the verbose format.

FinishedAt => Str

The epoch time when Amazon Machine Learning marked the DataSource as COMPLETED or FAILED. FinishedAt is only available when the DataSource is in the COMPLETED or FAILED state.

LastUpdatedAt => Str

The time of the most recent edit to the DataSource. The time is expressed in epoch time.

LogUri => Str

A link to the file containing logs of CreateDataSourceFrom* operations.

Message => Str

The user-supplied description of the most recent details about creating the DataSource.

Name => Str

A user-supplied name or description of the DataSource.

NumberOfFiles => Int

The number of data files referenced by the DataSource.

RDSMetadata => Paws::MachineLearning::RDSMetadata

RedshiftMetadata => Paws::MachineLearning::RedshiftMetadata

RoleARN => Str

StartedAt => Str

The epoch time when Amazon Machine Learning marked the DataSource as INPROGRESS. StartedAt isn't available if the DataSource is in the PENDING state.

Status => Str

The current status of the DataSource. This element can have one of the following values:

  • PENDING - Amazon ML submitted a request to create a DataSource.

  • INPROGRESS - The creation process is underway.

  • FAILED - The request to create a DataSource did not run to completion. It is not usable.

  • COMPLETED - The creation process completed successfully.

  • DELETED - The DataSource is marked as deleted. It is not usable.

Valid values are: "PENDING", "INPROGRESS", "FAILED", "COMPLETED", "DELETED" =head2 _request_id => Str