source property

String? source
getter/setter pair

Source of this entity type. Possible string values are:

  • "SOURCE_UNSPECIFIED" : Unspecified source.
  • "PREDEFINED" : The entity type is in the predefined schema of a pretrained version of a processor.
  • "USER_INPUT" : The entity type is added by the users either: - during an uptraining of an existing processor, or - during the process of creating a customized processor.

Implementation

core.String? source;