type property

String? type
getter/setter pair

The type of the computation based metric.

Required. Possible string values are:

  • "COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED" : Unspecified computation based metric type.
  • "EXACT_MATCH" : Exact match metric.
  • "BLEU" : BLEU metric.
  • "ROUGE" : ROUGE metric.

Implementation

core.String? type;