AWSMachineLearningGetDataSourceOutput
Objective-C
@interface AWSMachineLearningGetDataSourceOutput
Swift
class AWSMachineLearningGetDataSourceOutput
Represents the output of a GetDataSource operation and describes a DataSource.
-
The parameter is
trueif statistics need to be generated from the observation data.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable computeStatistics;Swift
var computeStatistics: NSNumber? { get set } -
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
DataSource, normalized and scaled on computation resources.ComputeTimeis only available if theDataSourceis in theCOMPLETEDstate and theComputeStatisticsis set to true.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable computeTime;Swift
var computeTime: NSNumber? { get set } -
The time that the
DataSourcewas created. The time is expressed in epoch time.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdAt;Swift
var createdAt: Date? { get set } -
The AWS user account from which the
DataSourcewas created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable createdByIamUser;Swift
var createdByIamUser: String? { get set } -
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataLocationS3;Swift
var dataLocationS3: String? { get set } -
A JSON string that represents the splitting and rearrangement requirement used when this
DataSourcewas created.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataRearrangement;Swift
var dataRearrangement: String? { get set } -
The total size of observations in the data files.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dataSizeInBytes;Swift
var dataSizeInBytes: NSNumber? { get set } -
The ID assigned to the
DataSourceat creation. This value should be identical to the value of theDataSourceIdin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;Swift
var dataSourceId: String? { get set } -
The schema used by all of the data files of this
DataSource.Note This parameter is provided as part of the verbose format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceSchema;Swift
var dataSourceSchema: String? { get set } -
The epoch time when Amazon Machine Learning marked the
DataSourceasCOMPLETEDorFAILED.FinishedAtis only available when theDataSourceis in theCOMPLETEDorFAILEDstate.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable finishedAt;Swift
var finishedAt: Date? { get set } -
The time of the most recent edit to the
DataSource. The time is expressed in epoch time.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedAt;Swift
var lastUpdatedAt: Date? { get set } -
A link to the file containing logs of
CreateDataSourceFrom*operations.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logUri;Swift
var logUri: String? { get set } -
The user-supplied description of the most recent details about creating the
DataSource.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set } -
A user-supplied name or description of the
DataSource.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The number of data files referenced by the
DataSource.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfFiles;Swift
var numberOfFiles: NSNumber? { get set } -
The datasource details that are specific to Amazon RDS.
Declaration
Objective-C
@property (nonatomic, strong) AWSMachineLearningRDSMetadata *_Nullable RDSMetadata;Swift
var rdsMetadata: AWSMachineLearningRDSMetadata? { get set } -
Describes the
DataSourcedetails specific to Amazon Redshift.Declaration
Objective-C
@property (nonatomic, strong) AWSMachineLearningRedshiftMetadata *_Nullable redshiftMetadata;Swift
var redshiftMetadata: AWSMachineLearningRedshiftMetadata? { get set } -
The Amazon Resource Name (ARN) of an AWS IAM Role, such as the following: arn:aws:iam::account:role/rolename.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleARN;Swift
var roleARN: String? { get set } -
The epoch time when Amazon Machine Learning marked the
DataSourceasINPROGRESS.StartedAtisn’t available if theDataSourceis in thePENDINGstate.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startedAt;Swift
var startedAt: Date? { get set } -
The current status of the
DataSource. This element can have one of the following values:PENDING- Amazon ML submitted a request to create aDataSource.INPROGRESS- The creation process is underway.FAILED- The request to create aDataSourcedid not run to completion. It is not usable.COMPLETED- The creation process completed successfully.DELETED- TheDataSourceis marked as deleted. It is not usable.
Declaration
Objective-C
@property (nonatomic) AWSMachineLearningEntityStatus status;Swift
var status: AWSMachineLearningEntityStatus { get set }
View on GitHub
Install in Dash
AWSMachineLearningGetDataSourceOutput Class Reference