Interface UpdateMlModelRequest.Builder

    • Method Detail

      • 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.