RayOperatorConfig constructor
RayOperatorConfig({
- bool? enabled,
- RayClusterLoggingConfig? rayClusterLoggingConfig,
- RayClusterMonitoringConfig? rayClusterMonitoringConfig,
Implementation
RayOperatorConfig({
this.enabled,
this.rayClusterLoggingConfig,
this.rayClusterMonitoringConfig,
});