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 GetBatchPredictionResult
AbstractAmazonMachineLearning. getBatchPrediction(GetBatchPredictionRequest request)
GetBatchPredictionResult
AmazonMachineLearning. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.GetBatchPredictionResult
AmazonMachineLearningClient. getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.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 aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.Future<GetBatchPredictionResult>
AmazonMachineLearningAsync. getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest, AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
Returns aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.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 aBatchPrediction
that includes detailed metadata, status, and data file information for aBatch Prediction
request.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 GetBatchPredictionResult
GetBatchPredictionResult. clone()
GetBatchPredictionResult
GetBatchPredictionResult. withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of theDataSource
that was used to create theBatchPrediction
.GetBatchPredictionResult
GetBatchPredictionResult. withBatchPredictionId(String batchPredictionId)
An ID assigned to theBatchPrediction
at creation.GetBatchPredictionResult
GetBatchPredictionResult. withCreatedAt(Date createdAt)
The time when theBatchPrediction
was created.GetBatchPredictionResult
GetBatchPredictionResult. withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked theBatchPrediction
.GetBatchPredictionResult
GetBatchPredictionResult. withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetBatchPredictionResult
GetBatchPredictionResult. withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit toBatchPrediction
.GetBatchPredictionResult
GetBatchPredictionResult. withLogUri(String logUri)
A link to the file that contains logs of the CreateBatchPrediction operation.GetBatchPredictionResult
GetBatchPredictionResult. withMessage(String message)
A description of the most recent details about processing the batch prediction request.GetBatchPredictionResult
GetBatchPredictionResult. withMLModelId(String mLModelId)
The ID of theMLModel
that generated predictions for theBatchPrediction
request.GetBatchPredictionResult
GetBatchPredictionResult. withName(String name)
A user-supplied name or description of theBatchPrediction
.GetBatchPredictionResult
GetBatchPredictionResult. withOutputUri(String outputUri)
The location of an Amazon S3 bucket or directory to receive the operation results.GetBatchPredictionResult
GetBatchPredictionResult. withStatus(EntityStatus status)
The status of theBatchPrediction
, which can be one of the following values:GetBatchPredictionResult
GetBatchPredictionResult. withStatus(String status)
The status of theBatchPrediction
, which can be one of the following values:
-