public static enum Model.ExportFormat.ExportableContent extends Enum<Model.ExportFormat.ExportableContent> implements com.google.protobuf.ProtocolMessageEnum
The Model content that can be exported.Protobuf enum
google.cloud.aiplatform.v1beta1.Model.ExportFormat.ExportableContent| Enum Constant and Description |
|---|
ARTIFACT
Model artifact and any of its supported files.
|
EXPORTABLE_CONTENT_UNSPECIFIED
Should not be used.
|
IMAGE
The container image that is to be used when deploying this Model.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARTIFACT_VALUE
Model artifact and any of its supported files.
|
static int |
EXPORTABLE_CONTENT_UNSPECIFIED_VALUE
Should not be used.
|
static int |
IMAGE_VALUE
The container image that is to be used when deploying this Model.
|
| Modifier and Type | Method and Description |
|---|---|
static Model.ExportFormat.ExportableContent |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Model.ExportFormat.ExportableContent> |
internalGetValueMap() |
static Model.ExportFormat.ExportableContent |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Model.ExportFormat.ExportableContent |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Model.ExportFormat.ExportableContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.ExportFormat.ExportableContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Model.ExportFormat.ExportableContent EXPORTABLE_CONTENT_UNSPECIFIED
Should not be used.
EXPORTABLE_CONTENT_UNSPECIFIED = 0;public static final Model.ExportFormat.ExportableContent ARTIFACT
Model artifact and any of its supported files. Will be exported to the location specified by the `artifactDestination` field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1beta1.ExportModelRequest.output_config] object.
ARTIFACT = 1;public static final Model.ExportFormat.ExportableContent IMAGE
The container image that is to be used when deploying this Model. Will be exported to the location specified by the `imageDestination` field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1beta1.ExportModelRequest.output_config] object.
IMAGE = 2;public static final Model.ExportFormat.ExportableContent UNRECOGNIZED
public static final int EXPORTABLE_CONTENT_UNSPECIFIED_VALUE
Should not be used.
EXPORTABLE_CONTENT_UNSPECIFIED = 0;public static final int ARTIFACT_VALUE
Model artifact and any of its supported files. Will be exported to the location specified by the `artifactDestination` field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1beta1.ExportModelRequest.output_config] object.
ARTIFACT = 1;public static final int IMAGE_VALUE
The container image that is to be used when deploying this Model. Will be exported to the location specified by the `imageDestination` field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1beta1.ExportModelRequest.output_config] object.
IMAGE = 2;public static Model.ExportFormat.ExportableContent[] values()
for (Model.ExportFormat.ExportableContent c : Model.ExportFormat.ExportableContent.values()) System.out.println(c);
public static Model.ExportFormat.ExportableContent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Model.ExportFormat.ExportableContent valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Model.ExportFormat.ExportableContent forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Model.ExportFormat.ExportableContent> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Model.ExportFormat.ExportableContent valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.