BatchPrediction

public struct BatchPrediction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the DataSource that points to the group of observations to predict.

    Declaration

    Swift

    public let batchPredictionDataSourceId: String?
  • The ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.

    Declaration

    Swift

    public let batchPredictionId: String?
  • Undocumented

    Declaration

    Swift

    public let computeTime: Int64?
  • The time that the BatchPrediction was created. The time is expressed in epoch time.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The AWS user account that invoked the BatchPrediction. 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?
  • Undocumented

    Declaration

    Swift

    public let finishedAt: TimeStamp?
  • The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

    Declaration

    Swift

    public let inputDataLocationS3: String?
  • Undocumented

    Declaration

    Swift

    public let invalidRecordCount: Int64?
  • 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 processing the batch prediction request.

    Declaration

    Swift

    public let message: String?
  • The ID of the MLModel that generated predictions for the BatchPrediction request.

    Declaration

    Swift

    public let mLModelId: String?
  • A user-supplied name or description of the BatchPrediction.

    Declaration

    Swift

    public let name: String?
  • The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the outputURI field: ‘:’, ‘//’, ‘/./’, ‘/../’.

    Declaration

    Swift

    public let outputUri: String?
  • Undocumented

    Declaration

    Swift

    public let startedAt: TimeStamp?
  • The status of the BatchPrediction. This element can have one of the following values: PENDING - Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. INPROGRESS - The process is underway. FAILED - The request to perform a batch prediction did not run to completion. It is not usable. COMPLETED - The batch prediction process completed successfully. DELETED - The BatchPrediction is marked as deleted. It is not usable.

    Declaration

    Swift

    public let status: EntityStatus?
  • Undocumented

    Declaration

    Swift

    public let totalRecordCount: Int64?
  • Undocumented

    Declaration

    Swift

    public init(batchPredictionDataSourceId: String? = nil, batchPredictionId: String? = nil, computeTime: Int64? = nil, createdAt: TimeStamp? = nil, createdByIamUser: String? = nil, finishedAt: TimeStamp? = nil, inputDataLocationS3: String? = nil, invalidRecordCount: Int64? = nil, lastUpdatedAt: TimeStamp? = nil, message: String? = nil, mLModelId: String? = nil, name: String? = nil, outputUri: String? = nil, startedAt: TimeStamp? = nil, status: EntityStatus? = nil, totalRecordCount: Int64? = nil)