RaySpec constructor

RaySpec({
  1. String imageUri = '',
  2. List<NfsMount> nfsMounts = const [],
  3. Map<String, String> resourcePoolImages = const {},
  4. String headNodeResourcePoolId = '',
  5. RayMetricSpec? rayMetricSpec,
  6. RayLogsSpec? rayLogsSpec,
})

Implementation

RaySpec({
  this.imageUri = '',
  this.nfsMounts = const [],
  this.resourcePoolImages = const {},
  this.headNodeResourcePoolId = '',
  this.rayMetricSpec,
  this.rayLogsSpec,
}) : super(fullyQualifiedName);