Class ModelSourceType (1.24.1)

ModelSourceType(value)

Source of the model.

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.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > ModelSourceType