GetDataSourceOutput
public struct GetDataSourceOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The parameter is true if statistics need to be generated from the observation data.
Declaration
Swift
public let computeStatistics: Bool?
-
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.
Declaration
Swift
public let computeTime: Int64?
-
The time that the DataSource was created. The time is expressed in epoch time.
Declaration
Swift
public let createdAt: TimeStamp?
-
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.
Declaration
Swift
public let createdByIamUser: String?
-
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
Declaration
Swift
public let dataLocationS3: String?
-
A JSON string that represents the splitting and rearrangement requirement used when this DataSource was created.
Declaration
Swift
public let dataRearrangement: String?
-
The total size of observations in the data files.
Declaration
Swift
public let dataSizeInBytes: Int64?
-
The ID assigned to the DataSource at creation. This value should be identical to the value of the DataSourceId in the request.
Declaration
Swift
public let dataSourceId: String?
-
The schema used by all of the data files of this DataSource. Note This parameter is provided as part of the verbose format.
Declaration
Swift
public let dataSourceSchema: String?
-
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.
Declaration
Swift
public let finishedAt: TimeStamp?
-
The time of the most recent edit to the DataSource. The time is expressed in epoch time.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
A link to the file containing logs of CreateDataSourceFrom* operations.
Declaration
Swift
public let logUri: String?
-
The user-supplied description of the most recent details about creating the DataSource.
Declaration
Swift
public let message: String?
-
A user-supplied name or description of the DataSource.
Declaration
Swift
public let name: String?
-
The number of data files referenced by the DataSource.
Declaration
Swift
public let numberOfFiles: Int64?
-
Undocumented
Declaration
Swift
public let rDSMetadata: RDSMetadata?
-
Undocumented
Declaration
Swift
public let redshiftMetadata: RedshiftMetadata?
-
Undocumented
Declaration
Swift
public let roleARN: String?
-
The epoch time when Amazon Machine Learning marked the DataSource as INPROGRESS. StartedAt isn’t available if the DataSource is in the PENDING state.
Declaration
Swift
public let startedAt: TimeStamp?
-
The current status of the DataSource. This element can have one of the following values: PENDING - 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.
Declaration
Swift
public let status: EntityStatus?
-
init(computeStatistics:computeTime:createdAt:createdByIamUser:dataLocationS3:dataRearrangement:dataSizeInBytes:dataSourceId:dataSourceSchema:finishedAt:lastUpdatedAt:logUri:message:name:numberOfFiles:rDSMetadata:redshiftMetadata:roleARN:startedAt:status:)
Undocumented
Declaration
Swift
public init(computeStatistics: Bool? = nil, computeTime: Int64? = nil, createdAt: TimeStamp? = nil, createdByIamUser: String? = nil, dataLocationS3: String? = nil, dataRearrangement: String? = nil, dataSizeInBytes: Int64? = nil, dataSourceId: String? = nil, dataSourceSchema: String? = nil, finishedAt: TimeStamp? = nil, lastUpdatedAt: TimeStamp? = nil, logUri: String? = nil, message: String? = nil, name: String? = nil, numberOfFiles: Int64? = nil, rDSMetadata: RDSMetadata? = nil, redshiftMetadata: RedshiftMetadata? = nil, roleARN: String? = nil, startedAt: TimeStamp? = nil, status: EntityStatus? = nil)