| 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 | 
|---|---|
PredictResult | 
AmazonMachineLearningClient.predict(PredictRequest predictRequest)
 Generates a prediction for the observation using the specified
  
MLModel . | 
PredictResult | 
AmazonMachineLearning.predict(PredictRequest predictRequest)
 Generates a prediction for the observation using the specified
  
MLModel . | 
Future<PredictResult> | 
AmazonMachineLearningAsyncClient.predictAsync(PredictRequest predictRequest)
 Generates a prediction for the observation using the specified
  
MLModel . | 
Future<PredictResult> | 
AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest)
 Generates a prediction for the observation using the specified
  
MLModel . | 
Future<PredictResult> | 
AmazonMachineLearningAsyncClient.predictAsync(PredictRequest predictRequest,
            AsyncHandler<PredictRequest,PredictResult> asyncHandler)
 Generates a prediction for the observation using the specified
  
MLModel . | 
Future<PredictResult> | 
AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest,
            AsyncHandler<PredictRequest,PredictResult> asyncHandler)
 Generates a prediction for the observation using the specified
  
MLModel . | 
| Modifier and Type | Method and Description | 
|---|---|
Future<PredictResult> | 
AmazonMachineLearningAsyncClient.predictAsync(PredictRequest predictRequest,
            AsyncHandler<PredictRequest,PredictResult> asyncHandler)
 Generates a prediction for the observation using the specified
  
MLModel . | 
Future<PredictResult> | 
AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest,
            AsyncHandler<PredictRequest,PredictResult> asyncHandler)
 Generates a prediction for the observation using the specified
  
MLModel . | 
| Modifier and Type | Method and Description | 
|---|---|
PredictRequest | 
PredictRequest.addRecordEntry(String key,
              String value)
A map of variable name-value pairs that represent an observation. 
 | 
PredictRequest | 
PredictRequest.clearRecordEntries()
Removes all the entries added into Record. 
 | 
PredictRequest | 
PredictRequest.clone()  | 
PredictRequest | 
PredictRequest.withMLModelId(String mLModelId)
A unique identifier of the  
MLModel. | 
PredictRequest | 
PredictRequest.withPredictEndpoint(String predictEndpoint)
Sets the value of the PredictEndpoint property for this object. 
 | 
PredictRequest | 
PredictRequest.withRecord(Map<String,String> record)
A map of variable name-value pairs that represent an observation. 
 | 
Copyright © 2015. All rights reserved.