AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the output of a GetDataSource operation and describes a DataSource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MachineLearning.Model.GetDataSourceResponse

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.MachineLearning.dll
Version: 3.x.y.z

Syntax

C#
public class GetDataSourceResponse : AmazonWebServiceResponse

The GetDataSourceResponse type exposes the following members

Constructors

NameDescription
Public Method GetDataSourceResponse()

Properties

NameTypeDescription
Public Property ComputeStatistics System.Boolean

Gets and sets the property ComputeStatistics.

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

Public Property ComputeTime System.Int64

Gets and sets the property ComputeTime.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

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

Public Property CreatedByIamUser System.String

Gets and sets the property CreatedByIamUser.

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.

Public Property DataLocationS3 System.String

Gets and sets the property DataLocationS3.

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

Public Property DataRearrangement System.String

Gets and sets the property DataRearrangement.

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

Public Property DataSizeInBytes System.Int64

Gets and sets the property DataSizeInBytes.

The total size of observations in the data files.

Public Property DataSourceId System.String

Gets and sets the property DataSourceId.

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

Public Property DataSourceSchema System.String

Gets and sets the property DataSourceSchema.

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

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

Public Property FinishedAt System.DateTime

Gets and sets the property FinishedAt.

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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

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

Public Property LogUri System.String

Gets and sets the property LogUri.

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

Public Property Message System.String

Gets and sets the property Message.

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

Public Property Name System.String

Gets and sets the property Name.

A user-supplied name or description of the DataSource.

Public Property NumberOfFiles System.Int64

Gets and sets the property NumberOfFiles.

The number of data files referenced by the DataSource.

Public Property RDSMetadata Amazon.MachineLearning.Model.RDSMetadata

Gets and sets the property RDSMetadata.

Public Property RedshiftMetadata Amazon.MachineLearning.Model.RedshiftMetadata

Gets and sets the property RedshiftMetadata.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleARN System.String

Gets and sets the property RoleARN.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

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

Public Property Status Amazon.MachineLearning.EntityStatus

Gets and sets the property Status.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5