AWS SDK Version 2 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.

.NET Framework 3.5
 
Configuration for accessing Amazon GetDataSource service

Inheritance Hierarchy

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

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GetDataSourceResponse : GetDataSourceResult

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 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 captures the splitting rearrangement requirement of the DataSource.

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 GetDataSourceResult Amazon.MachineLearning.Model.GetDataSourceResult Gets and sets the GetDataSourceResult property. Represents the output of a GetDataSource operation.
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 containining logs of either create DataSource operation.

Public Property Message System.String Gets and sets the property Message.

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

Version Information

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