public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class EvaluationConfig.
The configuration for model evaluation.
Implements
IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
EvaluationConfig()
public EvaluationConfig()EvaluationConfig(EvaluationConfig)
public EvaluationConfig(EvaluationConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        EvaluationConfig | 
      
Properties
Datasets
public RepeatedField<InputDataset> Datasets { get; }Required. Datasets used for evaluation.
| Property Value | |
|---|---|
| Type | Description | 
RepeatedField<InputDataset> | 
        |
ModelSpecificConfigCase
public EvaluationConfig.ModelSpecificConfigOneofCase ModelSpecificConfigCase { get; }| Property Value | |
|---|---|
| Type | Description | 
EvaluationConfig.ModelSpecificConfigOneofCase | 
        |
SmartComposeConfig
public EvaluationConfig.Types.SmartComposeConfig SmartComposeConfig { get; set; }Configuration for smart compose model evalution.
| Property Value | |
|---|---|
| Type | Description | 
EvaluationConfig.Types.SmartComposeConfig | 
        |
SmartReplyConfig
public EvaluationConfig.Types.SmartReplyConfig SmartReplyConfig { get; set; }Configuration for smart reply model evalution.
| Property Value | |
|---|---|
| Type | Description | 
EvaluationConfig.Types.SmartReplyConfig | 
        |