public static interface UpdateMlModelRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMlModelRequest.Builder |
mlModelId(String mlModelId)
The ID assigned to the
MLModel during creation. |
UpdateMlModelRequest.Builder |
mlModelName(String mlModelName)
A user-supplied name or description of the
MLModel. |
UpdateMlModelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMlModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateMlModelRequest.Builder |
scoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMlModelRequest.Builder mlModelId(String mlModelId)
The ID assigned to the MLModel during creation.
mlModelId - The ID assigned to the MLModel during creation.UpdateMlModelRequest.Builder mlModelName(String mlModelName)
A user-supplied name or description of the MLModel.
mlModelName - A user-supplied name or description of the MLModel.UpdateMlModelRequest.Builder scoreThreshold(Float scoreThreshold)
The ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold receive a positive result from the
MLModel, such as true. Output values less than the ScoreThreshold
receive a negative response from the MLModel, such as false.
scoreThreshold - The ScoreThreshold used in binary classification MLModel that marks the
boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the ScoreThreshold receive a positive result from
the MLModel, such as true. Output values less than the
ScoreThreshold receive a negative response from the MLModel, such as
false.
UpdateMlModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMlModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.