Google Cloud Ai Platform V1 Client - Class ModelSourceType (0.11.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ModelSourceType.

Source of the model.

Protobuf type google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

MODEL_SOURCE_TYPE_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum MODEL_SOURCE_TYPE_UNSPECIFIED = 0;

AUTOML

Value: 1

The Model is uploaded by automl training pipeline.

Generated from protobuf enum AUTOML = 1;

CUSTOM

Value: 2

The Model is uploaded by user or custom training pipeline.

Generated from protobuf enum CUSTOM = 2;

BQML

Value: 3

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

Generated from protobuf enum BQML = 3;