A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MachineLearning/Types/UpdateMLModelInput.html below:

UpdateMLModelInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::UpdateMLModelInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #ml_model_id ⇒ String

The ID assigned to the MLModel during creation.

#ml_model_name ⇒ String

A user-supplied name or description of the MLModel.

#score_threshold ⇒ Float

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