Uses of Class
com.amazonaws.services.machinelearning.model.BatchPrediction
Packages that use BatchPrediction
-
Uses of BatchPrediction in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return BatchPredictionModifier and TypeMethodDescriptionBatchPrediction.clone()
BatchPrediction.withBatchPredictionDataSourceId
(String batchPredictionDataSourceId) The ID of theDataSource
that points to the group of observations to predict.BatchPrediction.withBatchPredictionId
(String batchPredictionId) The ID assigned to theBatchPrediction
at creation.BatchPrediction.withCreatedAt
(Date createdAt) The time that theBatchPrediction
was created.BatchPrediction.withCreatedByIamUser
(String createdByIamUser) The AWS user account that invoked theBatchPrediction
.BatchPrediction.withInputDataLocationS3
(String inputDataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).BatchPrediction.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theBatchPrediction
.BatchPrediction.withMessage
(String message) A description of the most recent details about processing the batch prediction request.BatchPrediction.withMLModelId
(String mLModelId) The ID of theMLModel
that generated predictions for theBatchPrediction
request.A user-supplied name or description of theBatchPrediction
.BatchPrediction.withOutputUri
(String outputUri) The location of an Amazon S3 bucket or directory to receive the operation results.BatchPrediction.withStatus
(EntityStatus status) The status of theBatchPrediction
.BatchPrediction.withStatus
(String status) The status of theBatchPrediction
.Methods in com.amazonaws.services.machinelearning.model that return types with arguments of type BatchPredictionModifier and TypeMethodDescriptionDescribeBatchPredictionsResult.getResults()
A list of BatchPrediction objects that meet the search criteria.Methods in com.amazonaws.services.machinelearning.model with parameters of type BatchPredictionModifier and TypeMethodDescriptionDescribeBatchPredictionsResult.withResults
(BatchPrediction... results) A list of BatchPrediction objects that meet the search criteria.Method parameters in com.amazonaws.services.machinelearning.model with type arguments of type BatchPredictionModifier and TypeMethodDescriptionvoid
DescribeBatchPredictionsResult.setResults
(Collection<BatchPrediction> results) A list of BatchPrediction objects that meet the search criteria.DescribeBatchPredictionsResult.withResults
(Collection<BatchPrediction> results) A list of BatchPrediction objects that meet the search criteria.