modelType property

String? modelType
getter/setter pair

Type of the model. Possible string values are:

  • "MODEL_TYPE_UNSPECIFIED" : Unspecified model type.
  • "TYPE_V1" : Type V1.
  • "TYPE_V2" : Type V2.

Implementation

core.String? modelType;