| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| 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.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 © 2017. All rights reserved.