View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierOutput (google_api_ai_platform v0.2.0)
Attributes
-
ruleOutput(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t, default:nil) - If set, this is the output of the first matching rule. -
ruleOutputs(type:list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t), default:nil) - outputs of all matching rule. -
state(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierState.t, default:nil) - The results of data_providers and metrics.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierOutput{ ruleOutput: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t() | nil, ruleOutputs: [GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t()] | nil, state: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierState.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.