class Aws::MachineLearning::Types::UpdateMLModelInput
@note When making an API call, you may pass UpdateMLModelInput
data as a hash: { ml_model_id: "EntityId", # required ml_model_name: "EntityName", score_threshold: 1.0, }
@!attribute [rw] ml_model_id
The ID assigned to the `MLModel` during creation. @return [String]
@!attribute [rw] ml_model_name
A user-supplied name or description of the `MLModel`. @return [String]
@!attribute [rw] score_threshold
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`. @return [Float]
Constants
- SENSITIVE