DatasetImportJob

public struct DatasetImportJob : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The creation date and time (in Unix time) of the dataset import job.

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset that receives the imported data.

    Declaration

    Swift

    public let datasetArn: String?
  • The ARN of the dataset import job.

    Declaration

    Swift

    public let datasetImportJobArn: String?
  • The Amazon S3 bucket that contains the training data to import.

    Declaration

    Swift

    public let dataSource: DataSource?
  • If a dataset import job fails, provides the reason why.

    Declaration

    Swift

    public let failureReason: String?
  • The name of the import job.

    Declaration

    Swift

    public let jobName: String?
  • The date and time (in Unix time) the dataset was last updated.

    Declaration

    Swift

    public let lastUpdatedDateTime: TimeStamp?
  • The ARN of the AWS Identity and Access Management (IAM) role that has permissions to read from the Amazon S3 data source.

    Declaration

    Swift

    public let roleArn: String?
  • The status of the dataset import job. A dataset import job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, datasetArn: String? = nil, datasetImportJobArn: String? = nil, dataSource: DataSource? = nil, failureReason: String? = nil, jobName: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, roleArn: String? = nil, status: String? = nil)