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 . |
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 |
---|---|
UpdateMLModelRequest |
UpdateMLModelRequest.clone() |
UpdateMLModelRequest |
UpdateMLModelRequest.withMLModelId(String mLModelId)
The ID assigned to the
MLModel during creation. |
UpdateMLModelRequest |
UpdateMLModelRequest.withMLModelName(String mLModelName)
A user-supplied name or description of the
MLModel . |
UpdateMLModelRequest |
UpdateMLModelRequest.withScoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification
MLModel that marks the boundary between a positive
prediction and a negative prediction. |
Copyright © 2015. All rights reserved.