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 the GetDataSource operation.

The content consists of the detailed metadata and data file information and the current status of the DataSource.

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.DataSource

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

Syntax

C#
public class DataSource

The DataSource type exposes the following members

Constructors

NameDescription
Public Method DataSource()

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.

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 and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a DataSource.

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 number of observations contained in the data files that the DataSource references.

Public Property DataSourceId System.String

Gets and sets the property DataSourceId.

The ID that is assigned to the DataSource during creation.

Public Property FinishedAt System.DateTime

Gets and sets the property FinishedAt.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

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

Public Property Message System.String

Gets and sets the property Message.

A 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 RoleARN System.String

Gets and sets the property RoleARN.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

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 Learning (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