Class ModelSourceType (1.50.0)

ModelSourceType(value)

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.

Enum values:

MODEL_SOURCE_TYPE_UNSPECIFIED (0):
    Should not be used.
AUTOML (1):
    The Model is uploaded by automl training
    pipeline.
CUSTOM (2):
    The Model is uploaded by user or custom
    training pipeline.
BQML (3):
    The Model is registered and sync'ed from
    BigQuery ML.
MODEL_GARDEN (4):
    The Model is saved or tuned from Model
    Garden.
GENIE (5):
    The Model is saved or tuned from Genie.
CUSTOM_TEXT_EMBEDDING (6):
    The Model is uploaded by text embedding
    finetuning pipeline.
MARKETPLACE (7):
    The Model is saved or tuned from Marketplace.

Methods

ModelSourceType

ModelSourceType(value)

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.

Enum values:

MODEL_SOURCE_TYPE_UNSPECIFIED (0):
    Should not be used.
AUTOML (1):
    The Model is uploaded by automl training
    pipeline.
CUSTOM (2):
    The Model is uploaded by user or custom
    training pipeline.
BQML (3):
    The Model is registered and sync'ed from
    BigQuery ML.
MODEL_GARDEN (4):
    The Model is saved or tuned from Model
    Garden.
GENIE (5):
    The Model is saved or tuned from Genie.
CUSTOM_TEXT_EMBEDDING (6):
    The Model is uploaded by text embedding
    finetuning pipeline.
MARKETPLACE (7):
    The Model is saved or tuned from Marketplace.