public sealed class GeneratorEvaluationConfig : IMessage<GeneratorEvaluationConfig>, IEquatable<GeneratorEvaluationConfig>, IDeepCloneable<GeneratorEvaluationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationConfig.
Generator evaluation input config.
Implements
IMessageGeneratorEvaluationConfig, IEquatableGeneratorEvaluationConfig, IDeepCloneableGeneratorEvaluationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorEvaluationConfig()
public GeneratorEvaluationConfig()GeneratorEvaluationConfig(GeneratorEvaluationConfig)
public GeneratorEvaluationConfig(GeneratorEvaluationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluationConfig |
Properties
EvaluationFeatureConfigCase
public GeneratorEvaluationConfig.EvaluationFeatureConfigOneofCase EvaluationFeatureConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationConfigEvaluationFeatureConfigOneofCase |
|
InputDataConfig
public GeneratorEvaluationConfig.Types.InputDataConfig InputDataConfig { get; set; }Required. The config/source of input data.
| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationConfigTypesInputDataConfig |
|
OutputGcsBucketPath
public string OutputGcsBucketPath { get; set; }Required. The output Cloud Storage bucket path to store eval files, e.g. per_summary_accuracy_score report. This path is provided by customer and files stored in it are visible to customer, no internal data should be stored in this path.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SummarizationConfig
public GeneratorEvaluationConfig.Types.SummarizationConfig SummarizationConfig { get; set; }Evaluation configs for summarization generator.
| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationConfigTypesSummarizationConfig |
|