DatasetImportJobSummary

public struct DatasetImportJobSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When the dataset import job was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset import job.

    Declaration

    Swift

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

    Declaration

    Swift

    public let datasetImportJobName: String?
  • The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket. If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.

    Declaration

    Swift

    public let dataSource: DataSource?
  • The last time that the dataset was modified. The time depends on the status of the job, as follows: CREATE_PENDING - The same time as CreationTime. CREATE_IN_PROGRESS - The current timestamp. ACTIVE or CREATE_FAILED - When the job finished or failed.

    Declaration

    Swift

    public let lastModificationTime: TimeStamp?
  • If an error occurred, an informational message about the error.

    Declaration

    Swift

    public let message: String?
  • The status of the dataset import job. The status is reflected in the status of the dataset. For example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is UPDATE_IN_PROGRESS. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, datasetImportJobArn: String? = nil, datasetImportJobName: String? = nil, dataSource: DataSource? = nil, lastModificationTime: TimeStamp? = nil, message: String? = nil, status: String? = nil)