View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScoreBasedRoutingConfigRule (google_api_ai_platform v0.2.0)
Attributes
-
equalOrGreaterThan
(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScore.t
, default:nil
) - NOTE: Hardest examples have smaller values in their routing scores. -
lessThan
(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScore.t
, default:nil
) - -
modelConfigId
(type:String.t
, default:nil
) - This model_config_id points to ModelConfig::id which allows us to find the ModelConfig to route to. This is part of the banks specified in the ModelBankConfig.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScoreBasedRoutingConfigRule{ equalOrGreaterThan: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScore.t() | nil, lessThan: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootScore.t() | nil, modelConfigId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.