Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
AmazonMachineLearning.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata,
status, and data file information for a Batch Prediction
request. |
GetBatchPredictionResult |
AmazonMachineLearningClient.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata,
status, and data file information for a Batch Prediction
request. |
GetBatchPredictionResult |
AbstractAmazonMachineLearning.getBatchPrediction(GetBatchPredictionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Future<GetBatchPredictionResult> |
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
Returns a
BatchPrediction that includes detailed metadata,
status, and data file information for a Batch Prediction
request. |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
GetBatchPredictionResult.clone() |
GetBatchPredictionResult |
GetBatchPredictionResult.withBatchPredictionDataSourceId(String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the
BatchPrediction . |
GetBatchPredictionResult |
GetBatchPredictionResult.withBatchPredictionId(String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionResult |
GetBatchPredictionResult.withCreatedAt(Date createdAt)
The time when the
BatchPrediction was created. |
GetBatchPredictionResult |
GetBatchPredictionResult.withCreatedByIamUser(String createdByIamUser)
The AWS user account that invoked the
BatchPrediction . |
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 to
BatchPrediction . |
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 the
MLModel that generated predictions for the
BatchPrediction request. |
GetBatchPredictionResult |
GetBatchPredictionResult.withName(String name)
A user-supplied name or description of the
BatchPrediction . |
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 the
BatchPrediction , which can be one of the
following values: |
GetBatchPredictionResult |
GetBatchPredictionResult.withStatus(String status)
The status of the
BatchPrediction , which can be one of the
following values: |
Copyright © 2018. All rights reserved.