GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
  1. List<GoogleCloudAiplatformV1EnvVar>? env,
  2. List<GoogleCloudAiplatformV1SecretEnvVar>? secretEnv,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec({
  this.env,
  this.secretEnv,
});