Enum ModelSourceInfo.ModelSourceType (3.42.0)

public enum ModelSourceInfo.ModelSourceType extends Enum<ModelSourceInfo.ModelSourceType> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.aiplatform.v1beta1.ModelSourceInfo.ModelSourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOML

The Model is uploaded by automl training pipeline.

AUTOML = 1;

AUTOML_VALUE

The Model is uploaded by automl training pipeline.

AUTOML = 1;

BQML

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

BQML = 3;

BQML_VALUE

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

BQML = 3;

CUSTOM

The Model is uploaded by user or custom training pipeline.

CUSTOM = 2;

CUSTOM_TEXT_EMBEDDING

The Model is uploaded by text embedding finetuning pipeline.

CUSTOM_TEXT_EMBEDDING = 6;

CUSTOM_TEXT_EMBEDDING_VALUE

The Model is uploaded by text embedding finetuning pipeline.

CUSTOM_TEXT_EMBEDDING = 6;

CUSTOM_VALUE

The Model is uploaded by user or custom training pipeline.

CUSTOM = 2;

GENIE

The Model is saved or tuned from Genie.

GENIE = 5;

GENIE_VALUE

The Model is saved or tuned from Genie.

GENIE = 5;

MARKETPLACE

The Model is saved or tuned from Marketplace.

MARKETPLACE = 7;

MARKETPLACE_VALUE

The Model is saved or tuned from Marketplace.

MARKETPLACE = 7;

MODEL_GARDEN

The Model is saved or tuned from Model Garden.

MODEL_GARDEN = 4;

MODEL_GARDEN_VALUE

The Model is saved or tuned from Model Garden.

MODEL_GARDEN = 4;

MODEL_SOURCE_TYPE_UNSPECIFIED

Should not be used.

MODEL_SOURCE_TYPE_UNSPECIFIED = 0;

MODEL_SOURCE_TYPE_UNSPECIFIED_VALUE

Should not be used.

MODEL_SOURCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()