Package | Description |
---|---|
com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
GetBatchPredictionResult |
AbstractAmazonMachineLearning.getBatchPrediction(GetBatchPredictionRequest request) |
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 request)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction 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.withComputeTime(Long computeTime)
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
BatchPrediction , normalized and scaled on computation resources. |
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.withFinishedAt(Date finishedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as COMPLETED or
FAILED . |
GetBatchPredictionResult |
GetBatchPredictionResult.withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
GetBatchPredictionResult |
GetBatchPredictionResult.withInvalidRecordCount(Long invalidRecordCount)
The number of invalid records that Amazon Machine Learning saw while processing the
BatchPrediction . |
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.withStartedAt(Date startedAt)
The epoch time when Amazon Machine Learning marked the
BatchPrediction as INPROGRESS . |
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: |
GetBatchPredictionResult |
GetBatchPredictionResult.withTotalRecordCount(Long totalRecordCount)
The number of total records that Amazon Machine Learning saw while processing the
BatchPrediction . |
Copyright © 2023. All rights reserved.