GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec constructor

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

Implementation

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