feedbackLabelType property

String? feedbackLabelType
getter/setter pair

The type of feedback labels that will be downloaded.

Optional. Possible string values are:

  • "FEEDBACK_LABEL_TYPE_UNSPECIFIED" : Unspecified format
  • "QUALITY_AI" : Downloaded file will contain all Quality AI labels from the latest scorecard revision.
  • "TOPIC_MODELING" : Downloaded file will contain only Topic Modeling labels.

Implementation

core.String? feedbackLabelType;