type property

String? type
getter/setter pair

Dataset usage type. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value for unspecified.
  • "EVAL" : For evals only.
  • "LIVE" : Dataset with new conversations coming in regularly (Insights legacy conversations and AI trainer)

Implementation

core.String? type;