Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ExportUse.
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 type google.cloud.aiplatform.v1.ExportDataConfig.ExportUse
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ExportDataConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EXPORT_USE_UNSPECIFIED
Value: 0
Regular user export.
Generated from protobuf enum EXPORT_USE_UNSPECIFIED = 0;
CUSTOM_CODE_TRAINING
Value: 6
Export for custom code training.
Generated from protobuf enum CUSTOM_CODE_TRAINING = 6;