public enum PublisherModelView extends Enum<PublisherModelView> implements ProtocolMessageEnum
View enumeration of PublisherModel.
Protobuf enum google.cloud.aiplatform.v1beta1.PublisherModelView
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PUBLISHER_MODEL_VERSION_VIEW_BASIC |
Include: VersionId, ModelVersionExternalName, and SupportedActions. |
PUBLISHER_MODEL_VERSION_VIEW_BASIC_VALUE |
Include: VersionId, ModelVersionExternalName, and SupportedActions. |
PUBLISHER_MODEL_VIEW_BASIC |
Include basic metadata about the publisher model, but not the full contents. |
PUBLISHER_MODEL_VIEW_BASIC_VALUE |
Include basic metadata about the publisher model, but not the full contents. |
PUBLISHER_MODEL_VIEW_FULL |
Include everything. |
PUBLISHER_MODEL_VIEW_FULL_VALUE |
Include everything. |
PUBLISHER_MODEL_VIEW_UNSPECIFIED |
The default / unset value. The API will default to the BASIC view. |
PUBLISHER_MODEL_VIEW_UNSPECIFIED_VALUE |
The default / unset value. The API will default to the BASIC view. |
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() |