Interface UpdateMlModelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>,MachineLearningRequest.Builder,SdkBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateMlModelRequest
public static interface UpdateMlModelRequest.Builder extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<UpdateMlModelRequest.Builder,UpdateMlModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateMlModelRequest.BuildermlModelId(String mlModelId)The ID assigned to theMLModelduring creation.UpdateMlModelRequest.BuildermlModelName(String mlModelName)A user-supplied name or description of theMLModel.UpdateMlModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMlModelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMlModelRequest.BuilderscoreThreshold(Float scoreThreshold)TheScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
mlModelId
UpdateMlModelRequest.Builder mlModelId(String mlModelId)
The ID assigned to the
MLModelduring creation.- Parameters:
mlModelId- The ID assigned to theMLModelduring creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlModelName
UpdateMlModelRequest.Builder mlModelName(String mlModelName)
A user-supplied name or description of the
MLModel.- Parameters:
mlModelName- A user-supplied name or description of theMLModel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scoreThreshold
UpdateMlModelRequest.Builder scoreThreshold(Float scoreThreshold)
The
ScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThresholdreceive a positive result from theMLModel, such astrue. Output values less than theScoreThresholdreceive a negative response from theMLModel, such asfalse.- Parameters:
scoreThreshold- TheScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThresholdreceive a positive result from theMLModel, such astrue. Output values less than theScoreThresholdreceive a negative response from theMLModel, such asfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMlModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateMlModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-