modality property
The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries.
If your model does not precisely fit one of these types, it is okay to choose the closest type. Possible string values are:
- "MODALITY_UNSPECIFIED" : Should not be set. Added as a recommended best practice for enums
- "IMAGE" : IMAGE modality
- "TEXT" : TEXT modality
- "TABULAR" : TABULAR modality
Implementation
core.String? modality;