sourceType property

String? sourceType
getter/setter pair

Type of the model source. Possible string values are:

  • "MODEL_SOURCE_TYPE_UNSPECIFIED" : Should not be used.
  • "AUTOML" : The Model is uploaded by automl training pipeline.
  • "CUSTOM" : The Model is uploaded by user or custom training pipeline.
  • "BQML" : The Model is registered and sync'ed from BigQuery ML.
  • "MODEL_GARDEN" : The Model is saved or tuned from Model Garden.
  • "GENIE" : The Model is saved or tuned from Genie.
  • "CUSTOM_TEXT_EMBEDDING" : The Model is uploaded by text embedding finetuning pipeline.
  • "MARKETPLACE" : The Model is saved or tuned from Marketplace.

Implementation

core.String? sourceType;