| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMLModelResponse |
MachineLearningClient.updateMLModel(Consumer<UpdateMLModelRequest.Builder> updateMLModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
default CompletableFuture<UpdateMLModelResponse> |
MachineLearningAsyncClient.updateMLModel(Consumer<UpdateMLModelRequest.Builder> updateMLModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMLModelRequest.Builder |
UpdateMLModelRequest.builder() |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.Builder.mlModelId(String mlModelId)
The ID assigned to the
MLModel during creation. |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.Builder.mlModelName(String mlModelName)
A user-supplied name or description of the
MLModel. |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.Builder.requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.Builder.scoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction. |
UpdateMLModelRequest.Builder |
UpdateMLModelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateMLModelRequest.Builder> |
UpdateMLModelRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.