public enum Model.ExportFormat.ExportableContent extends Enum<Model.ExportFormat.ExportableContent> implements ProtocolMessageEnum
The Model content that can be exported.
Protobuf enum google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ARTIFACT |
Model artifact and any of its supported files. Will be exported to the
location specified by the |
ARTIFACT_VALUE |
Model artifact and any of its supported files. Will be exported to the
location specified by the |
EXPORTABLE_CONTENT_UNSPECIFIED |
Should not be used. |
EXPORTABLE_CONTENT_UNSPECIFIED_VALUE |
Should not be used. |
IMAGE |
The container image that is to be used when deploying this Model. Will
be exported to the location specified by the |
IMAGE_VALUE |
The container image that is to be used when deploying this Model. Will
be exported to the location specified by the |
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() |