You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::UpdateMLModelInputWhen passing UpdateMLModelInput as input to an Aws::Client method, you can use a vanilla Hash:
{
ml_model_id: "EntityId", ml_model_name: "EntityName",
score_threshold: 1.0,
}
Instance Attribute Summary collapse
The ID assigned to the MLModel
during creation.
A user-supplied name or description of the MLModel
.
The ScoreThreshold
used in binary classification MLModel
that marks the boundary between a positive prediction and a negative prediction.
The ID assigned to the MLModel
during creation.
A user-supplied name or description of the MLModel
.
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
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4