GoogleCloudAiplatformV1ExportDataConfig constructor

GoogleCloudAiplatformV1ExportDataConfig({
  1. String? annotationSchemaUri,
  2. String? annotationsFilter,
  3. String? exportUse,
  4. GoogleCloudAiplatformV1ExportFilterSplit? filterSplit,
  5. GoogleCloudAiplatformV1ExportFractionSplit? fractionSplit,
  6. GoogleCloudAiplatformV1GcsDestination? gcsDestination,
  7. String? savedQueryId,
})

Implementation

GoogleCloudAiplatformV1ExportDataConfig({
  this.annotationSchemaUri,
  this.annotationsFilter,
  this.exportUse,
  this.filterSplit,
  this.fractionSplit,
  this.gcsDestination,
  this.savedQueryId,
});