GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
  1. int? containerConcurrency,
  2. List<GoogleCloudAiplatformV1EnvVar>? env,
  3. int? maxInstances,
  4. int? minInstances,
  5. GoogleCloudAiplatformV1PscInterfaceConfig? pscInterfaceConfig,
  6. Map<String, String>? resourceLimits,
  7. List<GoogleCloudAiplatformV1SecretEnvVar>? secretEnv,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
  this.containerConcurrency,
  this.env,
  this.maxInstances,
  this.minInstances,
  this.pscInterfaceConfig,
  this.resourceLimits,
  this.secretEnv,
});