| 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 CompletableFuture<UpdateMlModelResponse> |
MachineLearningAsyncClient.updateMLModel(Consumer<UpdateMlModelRequest.Builder> updateMlModelRequest)
Updates the
MLModelName and the ScoreThreshold of an MLModel. |
default UpdateMlModelResponse |
MachineLearningClient.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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMlModelRequest.Builder |
UpdateMlModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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 © 2022. All rights reserved.