public sealed class GeneratorEvaluationConfig.Types.SummarizationConfig : IMessage<GeneratorEvaluationConfig.Types.SummarizationConfig>, IEquatable<GeneratorEvaluationConfig.Types.SummarizationConfig>, IDeepCloneable<GeneratorEvaluationConfig.Types.SummarizationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.Types.SummarizationConfig.
Evaluation configs for summarization generator.
Implements
IMessageGeneratorEvaluationConfigTypesSummarizationConfig, IEquatableGeneratorEvaluationConfigTypesSummarizationConfig, IDeepCloneableGeneratorEvaluationConfigTypesSummarizationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SummarizationConfig()
public SummarizationConfig()SummarizationConfig(SummarizationConfig)
public SummarizationConfig(GeneratorEvaluationConfig.Types.SummarizationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluationConfigTypesSummarizationConfig |
Properties
AccuracyEvaluationVersion
[Obsolete]
public string AccuracyEvaluationVersion { get; set; }Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CompletenessEvaluationVersion
[Obsolete]
public string CompletenessEvaluationVersion { get; set; }Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EnableAccuracyEvaluation
[Obsolete]
public bool EnableAccuracyEvaluation { get; set; }Optional. Enable accuracy evaluation.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableCompletenessEvaluation
[Obsolete]
public bool EnableCompletenessEvaluation { get; set; }Optional. Enable completeness evaluation.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EvaluatorVersion
public string EvaluatorVersion { get; set; }Output only. Version for summarization evaluation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasEvaluatorVersion
public bool HasEvaluatorVersion { get; }Gets whether the "evaluator_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|