Reference documentation and code samples for the Google Cloud Ces V1 Client class MetricAnalysisSettings.
Settings to describe the conversation data collection behaviors for LLM analysis metrics pipeline.
Generated from protobuf message google.cloud.ces.v1.MetricAnalysisSettings
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ llm_metrics_opted_out |
bool
Optional. Whether to collect conversation data for llm analysis metrics. If true, conversation data will not be collected for llm analysis metrics; otherwise, conversation data will be collected. |
getLlmMetricsOptedOut
Optional. Whether to collect conversation data for llm analysis metrics. If true, conversation data will not be collected for llm analysis metrics; otherwise, conversation data will be collected.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setLlmMetricsOptedOut
Optional. Whether to collect conversation data for llm analysis metrics. If true, conversation data will not be collected for llm analysis metrics; otherwise, conversation data will be collected.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|