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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateMlModelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. |
build
overrideConfiguration
copy
applyMutation, build
UpdateMlModelRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateMlModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.