public static interface UpdateMLModelRequest.Builder extends MachineLearningRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateMLModelRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateMLModelRequest.Builder |
scoreThreshold(Float scoreThreshold)
The
ScoreThreshold used in binary classification MLModel that marks the boundary
between a positive prediction and a negative prediction. |
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateMLModelRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.