amazonka-ml-1.3.0: Amazon Machine Learning SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.GetDataSource

Contents

Description

Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource.

GetDataSource provides results in normal or verbose format. The verbose format adds the schema description and the list of files pointed to by the DataSource to the normal format.

See: AWS API Reference for GetDataSource.

Synopsis

Creating a Request

getDataSource Source

Creates a value of GetDataSource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gdsVerbose :: Lens' GetDataSource (Maybe Bool) Source

Specifies whether the GetDataSource operation should return DataSourceSchema.

If true, DataSourceSchema is returned.

If false, DataSourceSchema is not returned.

gdsDataSourceId :: Lens' GetDataSource Text Source

The ID assigned to the DataSource at creation.

Destructuring the Response

Response Lenses

gdsrsStatus :: Lens' GetDataSourceResponse (Maybe EntityStatus) Source

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 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.

gdsrsNumberOfFiles :: Lens' GetDataSourceResponse (Maybe Integer) Source

The number of data files referenced by the DataSource.

gdsrsLastUpdatedAt :: Lens' GetDataSourceResponse (Maybe UTCTime) Source

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

gdsrsCreatedAt :: Lens' GetDataSourceResponse (Maybe UTCTime) Source

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

gdsrsDataSourceId :: Lens' GetDataSourceResponse (Maybe Text) Source

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

gdsrsDataSizeInBytes :: Lens' GetDataSourceResponse (Maybe Integer) Source

The total size of observations in the data files.

gdsrsDataSourceSchema :: Lens' GetDataSourceResponse (Maybe Text) Source

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

Note

This parameter is provided as part of the verbose format.

gdsrsCreatedByIAMUser :: Lens' GetDataSourceResponse (Maybe Text) Source

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.

gdsrsName :: Lens' GetDataSourceResponse (Maybe Text) Source

A user-supplied name or description of the DataSource.

gdsrsLogURI :: Lens' GetDataSourceResponse (Maybe Text) Source

A link to the file containining logs of either create DataSource operation.

gdsrsDataLocationS3 :: Lens' GetDataSourceResponse (Maybe Text) Source

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

gdsrsComputeStatistics :: Lens' GetDataSourceResponse (Maybe Bool) Source

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

gdsrsMessage :: Lens' GetDataSourceResponse (Maybe Text) Source

The description of the most recent details about creating the DataSource.

gdsrsDataRearrangement :: Lens' GetDataSourceResponse (Maybe Text) Source

A JSON string that captures the splitting rearrangement requirement of the DataSource.