GoogleCloudAiplatformV1DeployRequestDeployConfig constructor

GoogleCloudAiplatformV1DeployRequestDeployConfig({
  1. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  2. bool? fastTryoutEnabled,
  3. Map<String, String>? systemLabels,
})

Implementation

GoogleCloudAiplatformV1DeployRequestDeployConfig({
  this.dedicatedResources,
  this.fastTryoutEnabled,
  this.systemLabels,
});