Uses of Class
com.amazonaws.services.machinelearning.model.GetBatchPredictionResult
-
Packages that use GetBatchPredictionResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of GetBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return GetBatchPredictionResult Modifier and Type Method Description GetBatchPredictionResultAbstractAmazonMachineLearning. getBatchPrediction(GetBatchPredictionRequest request)GetBatchPredictionResultAmazonMachineLearning. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.GetBatchPredictionResultAmazonMachineLearningClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.Methods in com.amazonaws.services.machinelearning that return types with arguments of type GetBatchPredictionResult Modifier and Type Method Description Future<GetBatchPredictionResult>AbstractAmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest request)Future<GetBatchPredictionResult>AbstractAmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)Future<GetBatchPredictionResult>AmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.Future<GetBatchPredictionResult>AmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.Future<GetBatchPredictionResult>AmazonMachineLearningAsyncClient. getBatchPredictionAsync(GetBatchPredictionRequest request)Future<GetBatchPredictionResult>AmazonMachineLearningAsyncClient. getBatchPredictionAsync(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetBatchPredictionResult Modifier and Type Method Description Future<GetBatchPredictionResult>AbstractAmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)Future<GetBatchPredictionResult>AmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)Returns aBatchPredictionthat includes detailed metadata, status, and data file information for aBatch Predictionrequest.Future<GetBatchPredictionResult>AmazonMachineLearningAsyncClient. getBatchPredictionAsync(GetBatchPredictionRequest request, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) -
Uses of GetBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetBatchPredictionResult Modifier and Type Method Description GetBatchPredictionResultGetBatchPredictionResult. clone()GetBatchPredictionResultGetBatchPredictionResult. withBatchPredictionDataSourceId(String batchPredictionDataSourceId)The ID of theDataSourcethat was used to create theBatchPrediction.GetBatchPredictionResultGetBatchPredictionResult. withBatchPredictionId(String batchPredictionId)An ID assigned to theBatchPredictionat creation.GetBatchPredictionResultGetBatchPredictionResult. withCreatedAt(Date createdAt)The time when theBatchPredictionwas created.GetBatchPredictionResultGetBatchPredictionResult. withCreatedByIamUser(String createdByIamUser)The AWS user account that invoked theBatchPrediction.GetBatchPredictionResultGetBatchPredictionResult. withInputDataLocationS3(String inputDataLocationS3)The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetBatchPredictionResultGetBatchPredictionResult. withLastUpdatedAt(Date lastUpdatedAt)The time of the most recent edit toBatchPrediction.GetBatchPredictionResultGetBatchPredictionResult. withLogUri(String logUri)A link to the file that contains logs of the CreateBatchPrediction operation.GetBatchPredictionResultGetBatchPredictionResult. withMessage(String message)A description of the most recent details about processing the batch prediction request.GetBatchPredictionResultGetBatchPredictionResult. withMLModelId(String mLModelId)The ID of theMLModelthat generated predictions for theBatchPredictionrequest.GetBatchPredictionResultGetBatchPredictionResult. withName(String name)A user-supplied name or description of theBatchPrediction.GetBatchPredictionResultGetBatchPredictionResult. withOutputUri(String outputUri)The location of an Amazon S3 bucket or directory to receive the operation results.GetBatchPredictionResultGetBatchPredictionResult. withStatus(EntityStatus status)The status of theBatchPrediction, which can be one of the following values:GetBatchPredictionResultGetBatchPredictionResult. withStatus(String status)The status of theBatchPrediction, which can be one of the following values:
-