Enum ExportDataConfig.ExportUse (3.41.0)

public enum ExportDataConfig.ExportUse extends Enum<ExportDataConfig.ExportUse> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CUSTOM_CODE_TRAINING

Export for custom code training.

CUSTOM_CODE_TRAINING = 6;

CUSTOM_CODE_TRAINING_VALUE

Export for custom code training.

CUSTOM_CODE_TRAINING = 6;

EXPORT_USE_UNSPECIFIED

Regular user export.

EXPORT_USE_UNSPECIFIED = 0;

EXPORT_USE_UNSPECIFIED_VALUE

Regular user export.

EXPORT_USE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()