public enum ModelSourceInfo.ModelSourceType extends Enum<ModelSourceInfo.ModelSourceType> implements ProtocolMessageEnumSource of the model.
Protobuf enum google.cloud.aiplatform.v1beta1.ModelSourceInfo.ModelSourceType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTOML |
The Model is uploaded by automl training pipeline. |
AUTOML_VALUE |
The Model is uploaded by automl training pipeline. |
BQML |
The Model is registered and sync'ed from BigQuery ML. |
BQML_VALUE |
The Model is registered and sync'ed from BigQuery ML. |
CUSTOM |
The Model is uploaded by user or custom training pipeline. |
CUSTOM_VALUE |
The Model is uploaded by user or custom training pipeline. |
GENIE |
The Model is saved or tuned from Genie. |
GENIE_VALUE |
The Model is saved or tuned from Genie. |
MODEL_GARDEN |
The Model is saved or tuned from Model Garden. |
MODEL_GARDEN_VALUE |
The Model is saved or tuned from Model Garden. |
MODEL_SOURCE_TYPE_UNSPECIFIED |
Should not be used. |
MODEL_SOURCE_TYPE_UNSPECIFIED_VALUE |
Should not be used. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|