RayClusterMonitoringConfig constructor

RayClusterMonitoringConfig({
  1. bool? enabled,
})

Implementation

RayClusterMonitoringConfig({
  this.enabled,
});