GoogleCloudAiplatformV1ExportModelRequestOutputConfig constructor
GoogleCloudAiplatformV1ExportModelRequestOutputConfig({
- GoogleCloudAiplatformV1GcsDestination? artifactDestination,
- String? exportFormatId,
- GoogleCloudAiplatformV1ContainerRegistryDestination? imageDestination,
Implementation
GoogleCloudAiplatformV1ExportModelRequestOutputConfig({
this.artifactDestination,
this.exportFormatId,
this.imageDestination,
});