Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ModelSourceInfo::ModelSourceType (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ModelSourceInfo::ModelSourceType.

Source of the model. Different from objective field, this ModelSourceType enum indicates the source from which the model was accessed or obtained, whereas the objective indicates the overall aim or function of this model.

Constants

MODEL_SOURCE_TYPE_UNSPECIFIED

value: 0
Should not be used.

AUTOML

value: 1
The Model is uploaded by automl training pipeline.

CUSTOM

value: 2
The Model is uploaded by user or custom training pipeline.

BQML

value: 3
The Model is registered and sync'ed from BigQuery ML.

MODEL_GARDEN

value: 4
The Model is saved or tuned from Model Garden.

GENIE

value: 5
The Model is saved or tuned from Genie.

CUSTOM_TEXT_EMBEDDING

value: 6
The Model is uploaded by text embedding finetuning pipeline.

MARKETPLACE

value: 7
The Model is saved or tuned from Marketplace.