View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierOutputSummary (google_api_ai_platform v0.3.0)
Attributes
-
metrics
(type:list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootMetricOutput.t)
, default:nil
) - -
ruleOutput
(type:GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t
, default:nil
) - Output of the first matching rule. -
ruleOutputs
(type:list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t)
, default:nil
) - outputs of all matching rule.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierOutputSummary{ metrics: [GoogleApi.AIPlatform.V1.Model.LearningGenaiRootMetricOutput.t()] | nil, ruleOutput: GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t() | nil, ruleOutputs: [GoogleApi.AIPlatform.V1.Model.LearningGenaiRootRuleOutput.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.