GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec constructor
GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
- int? containerConcurrency,
- List<
GoogleCloudAiplatformV1EnvVar> ? env, - int? maxInstances,
- int? minInstances,
- GoogleCloudAiplatformV1PscInterfaceConfig? pscInterfaceConfig,
- Map<
String, String> ? resourceLimits, - List<
GoogleCloudAiplatformV1SecretEnvVar> ? secretEnv,
Implementation
GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
this.containerConcurrency,
this.env,
this.maxInstances,
this.minInstances,
this.pscInterfaceConfig,
this.resourceLimits,
this.secretEnv,
});