DataSource

public struct DataSource : 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?
  • Undocumented

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

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

    Declaration

    Swift

    public let dataSizeInBytes: Int64?
  • The ID that is assigned to the DataSource during creation.

    Declaration

    Swift

    public let dataSourceId: String?
  • Undocumented

    Declaration

    Swift

    public let finishedAt: TimeStamp?
  • The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time.

    Declaration

    Swift

    public let lastUpdatedAt: TimeStamp?
  • A 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?
  • Undocumented

    Declaration

    Swift

    public let startedAt: TimeStamp?
  • 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.

    Declaration

    Swift

    public let status: EntityStatus?
  • 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, finishedAt: TimeStamp? = nil, lastUpdatedAt: TimeStamp? = 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)