GoogleCloudDialogflowV2SummarizationEvaluationMetrics class
Evaluation metrics for summarization generator.
Constructors
-
GoogleCloudDialogflowV2SummarizationEvaluationMetrics.new({List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail> ? conversationDetails, List<GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric> ? overallMetrics, List<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> ? overallSectionTokens, String? summarizationEvaluationMergedResultsUri, List<GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult> ? summarizationEvaluationResults}) - GoogleCloudDialogflowV2SummarizationEvaluationMetrics.fromJson(Map json_)
Properties
-
conversationDetails
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail> ? -
List of conversation details.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
overallMetrics
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsOverallScoresByMetric> ? -
A list of aggregated(average) scores per metric section.
getter/setter pair
-
overallSectionTokens
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken> ? -
Overall token per section.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summarizationEvaluationMergedResultsUri ↔ String?
-
User bucket uri for merged evaluation score and aggregation score csv.
getter/setter pair
-
summarizationEvaluationResults
↔ List<
GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationEvaluationResult> ? -
A list of evaluation results per conversation(&summary), metric and
section.
getter/setter pair
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