public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationConfig.
EvaluationConfig configures settings for running the evaluation.
Implements
IMessageEvaluationConfig, IEquatableEvaluationConfig, IDeepCloneableEvaluationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
EvaluationConfig()
public EvaluationConfig()EvaluationConfig(EvaluationConfig)
public EvaluationConfig(EvaluationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationConfig |
Properties
EvaluationChannel
public EvaluationConfig.Types.EvaluationChannel EvaluationChannel { get; set; }Optional. The channel to evaluate.
| Property Value | |
|---|---|
| Type | Description |
EvaluationConfigTypesEvaluationChannel |
|
InputAudioConfig
[Obsolete]
public InputAudioConfig InputAudioConfig { get; set; }Optional. Configuration for processing the input audio.
| Property Value | |
|---|---|
| Type | Description |
InputAudioConfig |
|
OutputAudioConfig
[Obsolete]
public OutputAudioConfig OutputAudioConfig { get; set; }Optional. Configuration for generating the output audio.
| Property Value | |
|---|---|
| Type | Description |
OutputAudioConfig |
|
ToolCallBehaviour
public EvaluationToolCallBehaviour ToolCallBehaviour { get; set; }Optional. Specifies whether the evaluation should use real tool calls or fake tools.
| Property Value | |
|---|---|
| Type | Description |
EvaluationToolCallBehaviour |
|