public sealed class EvaluationParserConfig : IMessage<EvaluationParserConfig>, IEquatable<EvaluationParserConfig>, IDeepCloneable<EvaluationParserConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class EvaluationParserConfig.
Config for parsing LLM responses. It can be used to parse the LLM response to be evaluated, or the LLM response from LLM-based metrics/Autoraters.
Implements
IMessageEvaluationParserConfig, IEquatableEvaluationParserConfig, IDeepCloneableEvaluationParserConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EvaluationParserConfig()
public EvaluationParserConfig()EvaluationParserConfig(EvaluationParserConfig)
public EvaluationParserConfig(EvaluationParserConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationParserConfig |
Properties
CustomCodeParserConfig
public EvaluationParserConfig.Types.CustomCodeParserConfig CustomCodeParserConfig { get; set; }Optional. Use custom code to parse the LLM response.
| Property Value | |
|---|---|
| Type | Description |
EvaluationParserConfigTypesCustomCodeParserConfig |
|
ParserCase
public EvaluationParserConfig.ParserOneofCase ParserCase { get; }| Property Value | |
|---|---|
| Type | Description |
EvaluationParserConfigParserOneofCase |
|