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
trueif 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.ComputeTimeis only available if theDataSourceis in theCOMPLETEDstate and theComputeStatisticsis set to true.final - createdAt → DateTime?
-
The time that the
DataSourcewas created. The time is expressed in epoch time.final - createdByIamUser → String?
-
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.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
DataSourcewas created.final - dataSizeInBytes → int?
-
The total size of observations in the data files.
final
- dataSourceId → String?
-
The ID assigned to the
DataSourceat creation. This value should be identical to the value of theDataSourceIdin 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
DataSourceasCOMPLETEDorFAILED.FinishedAtis only available when theDataSourceis in theCOMPLETEDorFAILEDstate.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
DataSourceasINPROGRESS.StartedAtisn't available if theDataSourceis in thePENDINGstate.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