NAME
Paws::MachineLearning::GetDataSourceOutput
ATTRIBUTES
ComputeStatistics => Bool
The parameter is true
if statistics need to be generated from the observation data.
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 captures the splitting rearrangement requirement of the DataSource
.
DataSizeInBytes => Num
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
.
This parameter is provided as part of the verbose format.
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 containining logs of either create DataSource
operation.
Message => Str
The description of the most recent details about creating the DataSource
.
Name => Str
A user-supplied name or description of the DataSource
.
NumberOfFiles => Num
The number of data files referenced by the DataSource
.
RDSMetadata => Paws::MachineLearning::RDSMetadata
RedshiftMetadata => Paws::MachineLearning::RedshiftMetadata
RoleARN => Str
Status => Str
The current status of the DataSource
. This element can have one of the following values:
PENDING
- Amazon Machine Language (Amazon ML) submitted a request to create aDataSource
.INPROGRESS
- The creation process is underway.FAILED
- The request to create aDataSource
did not run to completion. It is not usable.COMPLETED
- The creation process completed successfully.DELETED
- TheDataSource
is marked as deleted. It is not usable.