public static enum ExportDataConfig.ExportUse extends Enum<ExportDataConfig.ExportUse> implements com.google.protobuf.ProtocolMessageEnum
ExportUse indicates the usage of the exported files. It restricts file destination, format, annotations to be exported, whether to allow unannotated data to be exported and whether to clone files to temp Cloud Storage bucket.Protobuf enum
google.cloud.aiplatform.v1.ExportDataConfig.ExportUse| Enum Constant and Description |
|---|
CUSTOM_CODE_TRAINING
Export for custom code training.
|
EXPORT_USE_UNSPECIFIED
Regular user export.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_CODE_TRAINING_VALUE
Export for custom code training.
|
static int |
EXPORT_USE_UNSPECIFIED_VALUE
Regular user export.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportDataConfig.ExportUse |
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<ExportDataConfig.ExportUse> |
internalGetValueMap() |
static ExportDataConfig.ExportUse |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExportDataConfig.ExportUse |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExportDataConfig.ExportUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDataConfig.ExportUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportDataConfig.ExportUse EXPORT_USE_UNSPECIFIED
Regular user export.
EXPORT_USE_UNSPECIFIED = 0;public static final ExportDataConfig.ExportUse CUSTOM_CODE_TRAINING
Export for custom code training.
CUSTOM_CODE_TRAINING = 6;public static final ExportDataConfig.ExportUse UNRECOGNIZED
public static final int EXPORT_USE_UNSPECIFIED_VALUE
Regular user export.
EXPORT_USE_UNSPECIFIED = 0;public static final int CUSTOM_CODE_TRAINING_VALUE
Export for custom code training.
CUSTOM_CODE_TRAINING = 6;public static ExportDataConfig.ExportUse[] values()
for (ExportDataConfig.ExportUse c : ExportDataConfig.ExportUse.values()) System.out.println(c);
public static ExportDataConfig.ExportUse 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 ExportDataConfig.ExportUse valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ExportDataConfig.ExportUse forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ExportDataConfig.ExportUse> 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 ExportDataConfig.ExportUse valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.