View Source GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierState (google_api_ai_platform v0.3.0)
DataProviderOutput and MetricOutput can be saved between calls to the Classifier framework. For instance, you can run the query classifier, get outputs from those metrics, then use them in a result classifier as well. Example rule based on this idea: and_rules { rule { metric_name: 'query_safesearch_v2' ... } rule { metric_name: 'response_safesearch_v2' ... } }
Attributes
-
dataProviderOutput
(type:list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootDataProviderOutput.t)
, default:nil
) - -
metricOutput
(type:list(GoogleApi.AIPlatform.V1.Model.LearningGenaiRootMetricOutput.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.LearningGenaiRootClassifierState{ dataProviderOutput: [GoogleApi.AIPlatform.V1.Model.LearningGenaiRootDataProviderOutput.t()] | nil, metricOutput: [GoogleApi.AIPlatform.V1.Model.LearningGenaiRootMetricOutput.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.