public enum VertexModelSourceInfo.Types.ModelSourceType
Reference documentation and code samples for the Data Catalog v1 API enum VertexModelSourceInfo.Types.ModelSourceType.
Source of the model.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Fields |
|
---|---|
Name | Description |
Automl |
The Model is uploaded by automl training pipeline. |
Bqml |
The Model is registered and sync'ed from BigQuery ML. |
Custom |
The Model is uploaded by user or custom training pipeline. |
CustomTextEmbedding |
The Model is uploaded by text embedding finetuning pipeline. |
Genie |
The Model is saved or tuned from Genie. |
Marketplace |
The Model is saved or tuned from Marketplace. |
ModelGarden |
The Model is saved or tuned from Model Garden. |
Unspecified |
Should not be used. |