Vertex AI v1beta1 API - Class EvaluationParserConfig (1.0.0-beta77)

public sealed class EvaluationParserConfig : IMessage<EvaluationParserConfig>, IEquatable<EvaluationParserConfig>, IDeepCloneable<EvaluationParserConfig>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > EvaluationParserConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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