RayOperatorConfig constructor

RayOperatorConfig({
  1. bool? enabled,
  2. RayClusterLoggingConfig? rayClusterLoggingConfig,
  3. RayClusterMonitoringConfig? rayClusterMonitoringConfig,
})

Implementation

RayOperatorConfig({
  this.enabled,
  this.rayClusterLoggingConfig,
  this.rayClusterMonitoringConfig,
});