GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec({
  1. String? serviceAccount,
  2. String? workerPool,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec({
  this.serviceAccount,
  this.workerPool,
});