GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig class
Evaluation configs for summarization generator.
Constructors
- GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig({String? accuracyEvaluationVersion, String? completenessEvaluationVersion, bool? enableAccuracyEvaluation, bool? enableCompletenessEvaluation, String? evaluatorVersion})
- GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig.fromJson(Map json_)
Properties
- accuracyEvaluationVersion ↔ String?
- 
  Version for summarization accuracy.
  getter/setter pair
- completenessEvaluationVersion ↔ String?
- 
  Version for summarization completeness.
  getter/setter pair
- enableAccuracyEvaluation ↔ bool?
- 
  Enable accuracy evaluation.
  getter/setter pair
- enableCompletenessEvaluation ↔ bool?
- 
  Enable completeness evaluation.
  getter/setter pair
- evaluatorVersion ↔ String?
- 
  Version for summarization evaluation.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited