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 Details

    • mlModelId

      UpdateMlModelRequest.Builder mlModelId(String mlModelId)

      The ID assigned to the MLModel during creation.

      Parameters:
      mlModelId - The ID assigned to the MLModel during 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 the MLModel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scoreThreshold

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateMlModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.