Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
AmazonMachineLearningClient.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata,
status, and data file information for a Batch Prediction
request. |
GetBatchPredictionResult |
AmazonMachineLearning.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 |
---|---|
java.util.concurrent.Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request) |
java.util.concurrent.Future<GetBatchPredictionResult> |
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata,
status, and data file information for a Batch Prediction
request. |
java.util.concurrent.Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request) |
java.util.concurrent.Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetBatchPredictionResult> |
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
java.util.concurrent.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. |
java.util.concurrent.Future<GetBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest request,
AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
GetBatchPredictionResult.clone() |
GetBatchPredictionResult |
GetBatchPredictionResult.withBatchPredictionDataSourceId(java.lang.String batchPredictionDataSourceId)
The ID of the
DataSource that was used to create the
BatchPrediction . |
GetBatchPredictionResult |
GetBatchPredictionResult.withBatchPredictionId(java.lang.String batchPredictionId)
An ID assigned to the
BatchPrediction at creation. |
GetBatchPredictionResult |
GetBatchPredictionResult.withCreatedAt(java.util.Date createdAt)
The time when the
BatchPrediction was created. |
GetBatchPredictionResult |
GetBatchPredictionResult.withCreatedByIamUser(java.lang.String createdByIamUser)
The AWS user account that invoked the
BatchPrediction . |
GetBatchPredictionResult |
GetBatchPredictionResult.withInputDataLocationS3(java.lang.String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
GetBatchPredictionResult |
GetBatchPredictionResult.withLastUpdatedAt(java.util.Date lastUpdatedAt)
The time of the most recent edit to
BatchPrediction . |
GetBatchPredictionResult |
GetBatchPredictionResult.withLogUri(java.lang.String logUri)
A link to the file that contains logs of the CreateBatchPrediction
operation.
|
GetBatchPredictionResult |
GetBatchPredictionResult.withMessage(java.lang.String message)
A description of the most recent details about processing the batch
prediction request.
|
GetBatchPredictionResult |
GetBatchPredictionResult.withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that generated predictions for the
BatchPrediction request. |
GetBatchPredictionResult |
GetBatchPredictionResult.withName(java.lang.String name)
A user-supplied name or description of the
BatchPrediction . |
GetBatchPredictionResult |
GetBatchPredictionResult.withOutputUri(java.lang.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(java.lang.String status)
The status of the
BatchPrediction , which can be one of the
following values: |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
GetBatchPredictionResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |