hallucinationMetricBehavior property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? hallucinationMetricBehavior
getter/setter pair

Deprecated: Use golden_hallucination_metric_behavior instead.

The hallucination metric behavior is currently used for golden evaluations.

Optional. Possible string values are:

  • "HALLUCINATION_METRIC_BEHAVIOR_UNSPECIFIED" : Unspecified hallucination metric behavior.
  • "DISABLED" : Disable hallucination metric.
  • "ENABLED" : Enable hallucination metric.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? hallucinationMetricBehavior;