Class UpdateMlModelRequest

    • Method Detail

      • mlModelId

        public final String mlModelId()

        The ID assigned to the MLModel during creation.

        Returns:
        The ID assigned to the MLModel during creation.
      • mlModelName

        public final String mlModelName()

        A user-supplied name or description of the MLModel.

        Returns:
        A user-supplied name or description of the MLModel.
      • scoreThreshold

        public final 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.

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

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object