Builder

class Builder

Properties

Link copied to clipboard

The ID of the DataSource that was used to create the BatchPrediction.

Link copied to clipboard

An ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request.

Link copied to clipboard

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the BatchPrediction, normalized and scaled on computation resources. ComputeTime is only available if the BatchPrediction is in the COMPLETED state.

Link copied to clipboard

The time when the BatchPrediction was created. The time is expressed in epoch time.

Link copied to clipboard

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.

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the BatchPrediction as COMPLETED or FAILED. FinishedAt is only available when the BatchPrediction is in the COMPLETED or FAILED state.

Link copied to clipboard

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

Link copied to clipboard

The number of invalid records that Amazon Machine Learning saw while processing the BatchPrediction.

Link copied to clipboard

The time of the most recent edit to BatchPrediction. The time is expressed in epoch time.

Link copied to clipboard

A link to the file that contains logs of the CreateBatchPrediction operation.

Link copied to clipboard

A description of the most recent details about processing the batch prediction request.

Link copied to clipboard

The ID of the MLModel that generated predictions for the BatchPrediction request.

Link copied to clipboard
var name: String?

A user-supplied name or description of the BatchPrediction.

Link copied to clipboard

The location of an Amazon S3 bucket or directory to receive the operation results.

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the BatchPrediction as INPROGRESS. StartedAt isn't available if the BatchPrediction is in the PENDING state.

Link copied to clipboard

The status of the BatchPrediction, which can be one of the following values:

Link copied to clipboard

The number of total records that Amazon Machine Learning saw while processing the BatchPrediction.