| Package | Description | 
|---|---|
| com.amazonaws.services.machinelearning | 
 Synchronous and asynchronous client classes for accessing AmazonMachineLearning. 
 | 
| com.amazonaws.services.machinelearning.model | 
 Classes modeling the various types represented by AmazonMachineLearning. 
 | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetBatchPredictionResult> | 
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest)
 Returns a  
BatchPrediction that includes detailed
 metadata, status, and data file information for a Batch
 Prediction request. | 
Future<GetBatchPredictionResult> | 
AmazonMachineLearningAsync.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest)
 Returns a  
BatchPrediction that includes detailed
 metadata, status, and data file information for a Batch
 Prediction request. | 
Future<GetBatchPredictionResult> | 
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest,
                       AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
 Returns a  
BatchPrediction that includes detailed
 metadata, status, and data file information for a Batch
 Prediction request. | 
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 | 
|---|---|
Future<GetBatchPredictionResult> | 
AmazonMachineLearningAsyncClient.getBatchPredictionAsync(GetBatchPredictionRequest getBatchPredictionRequest,
                       AsyncHandler<GetBatchPredictionRequest,GetBatchPredictionResult> asyncHandler)
 Returns a  
BatchPrediction that includes detailed
 metadata, status, and data file information for a Batch
 Prediction request. | 
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:  PENDING - Amazon Machine
 Learning (Amazon ML) submitted a request to generate batch
 predictions. INPROGRESS - The batch predictions
 are in progress. FAILED - The request to perform
 a batch prediction did not run to completion. | 
GetBatchPredictionResult | 
GetBatchPredictionResult.withStatus(String status)
The status of the  
BatchPrediction, which can be one of
 the following values:  PENDING - Amazon Machine
 Learning (Amazon ML) submitted a request to generate batch
 predictions. INPROGRESS - The batch predictions
 are in progress. FAILED - The request to perform
 a batch prediction did not run to completion. | 
Copyright © 2015. All rights reserved.