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 |
AmazonMachineLearning.predict(PredictRequest predictRequest)
A realtime operation that generates prediction for the observation
using given ML Model Id
|
PredictResult |
AmazonMachineLearningClient.predict(PredictRequest predictRequest)
A realtime operation that generates prediction for the observation
using given ML Model Id
|
Modifier and Type | Method and Description |
---|---|
PredictRequest |
PredictRequest.addRecordEntry(String key,
String value)
Map of variable name-value pairs representing an observation.
|
PredictRequest |
PredictRequest.clearRecordEntries()
Removes all the entries added into Record.
|
PredictRequest |
PredictRequest.withMLModelId(String mLModelId)
Unique identifier of the predictor.
|
PredictRequest |
PredictRequest.withPredictEndpoint(String predictEndpoint)
Sets the value of the PredictEndpoint property for this object.
|
PredictRequest |
PredictRequest.withRecord(Map<String,String> record)
Map of variable name-value pairs representing an observation.
|
Copyright © 2015. All rights reserved.