GoogleCloudAiplatformV1ExportDataConfig constructor
      
      GoogleCloudAiplatformV1ExportDataConfig({ 
    
    
- String? annotationSchemaUri,
 - String? annotationsFilter,
 - String? exportUse,
 - GoogleCloudAiplatformV1ExportFilterSplit? filterSplit,
 - GoogleCloudAiplatformV1ExportFractionSplit? fractionSplit,
 - GoogleCloudAiplatformV1GcsDestination? gcsDestination,
 - String? savedQueryId,
 
Implementation
GoogleCloudAiplatformV1ExportDataConfig({
  this.annotationSchemaUri,
  this.annotationsFilter,
  this.exportUse,
  this.filterSplit,
  this.fractionSplit,
  this.gcsDestination,
  this.savedQueryId,
});