Class ModelSourceInfo (1.22.1)

ModelSourceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detail description of the source information of the model.

Attribute

NameDescription
source_type google.cloud.aiplatform_v1.types.ModelSourceInfo.ModelSourceType
Type of the model source.

Inheritance

builtins.object > proto.message.Message > ModelSourceInfo

Classes

ModelSourceType

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.