GoogleCloudAiplatformV1RaySpec constructor

GoogleCloudAiplatformV1RaySpec({
  1. String? headNodeResourcePoolId,
  2. String? imageUri,
  3. GoogleCloudAiplatformV1RayMetricSpec? rayMetricSpec,
  4. Map<String, String>? resourcePoolImages,
})

Implementation

GoogleCloudAiplatformV1RaySpec({
  this.headNodeResourcePoolId,
  this.imageUri,
  this.rayMetricSpec,
  this.resourcePoolImages,
});