Module: Google::Cloud::DataCatalog::V1::VertexModelSourceInfo::ModelSourceType

Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Source of the model.

Constant Summary collapse

MODEL_SOURCE_TYPE_UNSPECIFIED =

Should not be used.

0
AUTOML =

The Model is uploaded by automl training pipeline.

1
CUSTOM =

The Model is uploaded by user or custom training pipeline.

2
BQML =

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

3
MODEL_GARDEN =

The Model is saved or tuned from Model Garden.

4