GoogleCloudAiplatformV1ResourceRuntimeSpec constructor

GoogleCloudAiplatformV1ResourceRuntimeSpec({
  1. GoogleCloudAiplatformV1RaySpec? raySpec,
  2. GoogleCloudAiplatformV1ServiceAccountSpec? serviceAccountSpec,
})

Implementation

GoogleCloudAiplatformV1ResourceRuntimeSpec({
  this.raySpec,
  this.serviceAccountSpec,
});