GoogleCloudAiplatformV1RaySpec constructor
GoogleCloudAiplatformV1RaySpec({
- String? headNodeResourcePoolId,
- String? imageUri,
- GoogleCloudAiplatformV1RayLogsSpec? rayLogsSpec,
- GoogleCloudAiplatformV1RayMetricSpec? rayMetricSpec,
- Map<
String, String> ? resourcePoolImages,
Implementation
GoogleCloudAiplatformV1RaySpec({
this.headNodeResourcePoolId,
this.imageUri,
this.rayLogsSpec,
this.rayMetricSpec,
this.resourcePoolImages,
});