GoogleCloudAiplatformV1ExportModelRequestOutputConfig constructor

GoogleCloudAiplatformV1ExportModelRequestOutputConfig({
  1. GoogleCloudAiplatformV1GcsDestination? artifactDestination,
  2. String? exportFormatId,
  3. GoogleCloudAiplatformV1ContainerRegistryDestination? imageDestination,
})

Implementation

GoogleCloudAiplatformV1ExportModelRequestOutputConfig({
  this.artifactDestination,
  this.exportFormatId,
  this.imageDestination,
});