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 |
---|---|
UpdateMLModelResult |
AmazonMachineLearningClient.updateMLModel(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
UpdateMLModelResult |
AmazonMachineLearning.updateMLModel(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Modifier and Type | Method and Description |
---|---|
Future<UpdateMLModelResult> |
AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Future<UpdateMLModelResult> |
AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Future<UpdateMLModelResult> |
AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Future<UpdateMLModelResult> |
AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Modifier and Type | Method and Description |
---|---|
Future<UpdateMLModelResult> |
AmazonMachineLearningAsyncClient.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Future<UpdateMLModelResult> |
AmazonMachineLearningAsync.updateMLModelAsync(UpdateMLModelRequest updateMLModelRequest,
AsyncHandler<UpdateMLModelRequest,UpdateMLModelResult> asyncHandler)
Updates the
MLModelName and the
ScoreThreshold of an MLModel . |
Modifier and Type | Method and Description |
---|---|
UpdateMLModelResult |
UpdateMLModelResult.clone() |
UpdateMLModelResult |
UpdateMLModelResult.withMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
Copyright © 2015. All rights reserved.