EvaluationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration for model evaluation.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
datasets |
MutableSequence[google.cloud.dialogflow_v2.types.InputDataset]
Required. Datasets used for evaluation. |
smart_reply_config |
google.cloud.dialogflow_v2.types.EvaluationConfig.SmartReplyConfig
Configuration for smart reply model evalution. This field is a member of oneof _ model_specific_config .
|
smart_compose_config |
google.cloud.dialogflow_v2.types.EvaluationConfig.SmartComposeConfig
Configuration for smart compose model evalution. This field is a member of oneof _ model_specific_config .
|
Classes
SmartComposeConfig
SmartComposeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Smart compose specific configuration for evaluation job.
SmartReplyConfig
SmartReplyConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Smart reply specific configuration for evaluation job.