RaySpec constructor
RaySpec({
- String imageUri = '',
- List<
NfsMount> nfsMounts = const [], - Map<
String, String> resourcePoolImages = const {}, - String headNodeResourcePoolId = '',
- RayMetricSpec? rayMetricSpec,
- RayLogsSpec? rayLogsSpec,
Implementation
RaySpec({
this.imageUri = '',
this.nfsMounts = const [],
this.resourcePoolImages = const {},
this.headNodeResourcePoolId = '',
this.rayMetricSpec,
this.rayLogsSpec,
}) : super(fullyQualifiedName);