modelType property

String? modelType
getter/setter pair

The model type of this processor version.

Output only. Possible string values are:

  • "MODEL_TYPE_UNSPECIFIED" : The processor version has unspecified model type.
  • "MODEL_TYPE_GENERATIVE" : The processor version has generative model type.
  • "MODEL_TYPE_CUSTOM" : The processor version has custom model type.

Implementation

core.String? modelType;