public interface RayOperatorConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()
Whether the Ray Operator addon is enabled for this cluster.
bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean |
The enabled. |
getRayClusterLoggingConfig()
public abstract RayClusterLoggingConfig getRayClusterLoggingConfig()
Optional. Logging configuration for Ray clusters.
.google.container.v1.RayClusterLoggingConfig ray_cluster_logging_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RayClusterLoggingConfig |
The rayClusterLoggingConfig. |
getRayClusterLoggingConfigOrBuilder()
public abstract RayClusterLoggingConfigOrBuilder getRayClusterLoggingConfigOrBuilder()
Optional. Logging configuration for Ray clusters.
.google.container.v1.RayClusterLoggingConfig ray_cluster_logging_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RayClusterLoggingConfigOrBuilder |
getRayClusterMonitoringConfig()
public abstract RayClusterMonitoringConfig getRayClusterMonitoringConfig()
Optional. Monitoring configuration for Ray clusters.
.google.container.v1.RayClusterMonitoringConfig ray_cluster_monitoring_config = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RayClusterMonitoringConfig |
The rayClusterMonitoringConfig. |
getRayClusterMonitoringConfigOrBuilder()
public abstract RayClusterMonitoringConfigOrBuilder getRayClusterMonitoringConfigOrBuilder()
Optional. Monitoring configuration for Ray clusters.
.google.container.v1.RayClusterMonitoringConfig ray_cluster_monitoring_config = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RayClusterMonitoringConfigOrBuilder |
hasRayClusterLoggingConfig()
public abstract boolean hasRayClusterLoggingConfig()
Optional. Logging configuration for Ray clusters.
.google.container.v1.RayClusterLoggingConfig ray_cluster_logging_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the rayClusterLoggingConfig field is set. |
hasRayClusterMonitoringConfig()
public abstract boolean hasRayClusterMonitoringConfig()
Optional. Monitoring configuration for Ray clusters.
.google.container.v1.RayClusterMonitoringConfig ray_cluster_monitoring_config = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the rayClusterMonitoringConfig field is set. |