GoogleCloudAiplatformV1RaySpec constructor

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

Implementation

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