GetDataSourceOutput class

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

Constructors

GetDataSourceOutput({bool? computeStatistics, int? computeTime, DateTime? createdAt, String? createdByIamUser, String? dataLocationS3, String? dataRearrangement, int? dataSizeInBytes, String? dataSourceId, String? dataSourceSchema, DateTime? finishedAt, DateTime? lastUpdatedAt, String? logUri, String? message, String? name, int? numberOfFiles, RDSMetadata? rDSMetadata, RedshiftMetadata? redshiftMetadata, String? roleARN, DateTime? startedAt, EntityStatus? status})
GetDataSourceOutput.fromJson(Map<String, dynamic> json)
factory

Properties

computeStatistics bool?
The parameter is true if statistics need to be generated from the observation data.
final
computeTime int?
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.
final
createdAt DateTime?
The time that the DataSource was created. The time is expressed in epoch time.
final
createdByIamUser String?
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.
final
dataLocationS3 String?
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
final
dataRearrangement String?
A JSON string that represents the splitting and rearrangement requirement used when this DataSource was created.
final
dataSizeInBytes int?
The total size of observations in the data files.
final
dataSourceId String?
The ID assigned to the DataSource at creation. This value should be identical to the value of the DataSourceId in the request.
final
dataSourceSchema String?
The schema used by all of the data files of this DataSource.
final
finishedAt DateTime?
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.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time of the most recent edit to the DataSource. The time is expressed in epoch time.
final
logUri String?
A link to the file containing logs of CreateDataSourceFrom* operations.
final
message String?
The user-supplied description of the most recent details about creating the DataSource.
final
name String?
A user-supplied name or description of the DataSource.
final
numberOfFiles int?
The number of data files referenced by the DataSource.
final
rDSMetadata RDSMetadata?
final
redshiftMetadata RedshiftMetadata?
final
roleARN String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime?
The epoch time when Amazon Machine Learning marked the DataSource as INPROGRESS. StartedAt isn't available if the DataSource is in the PENDING state.
final
status EntityStatus?
The current status of the DataSource. This element can have one of the following values:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited