Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::RayOperatorConfig.
Configuration options for the Ray Operator add-on.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Whether the Ray Operator addon is enabled for this cluster.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the Ray Operator addon is enabled for this cluster.
Returns
- (::Boolean) — Whether the Ray Operator addon is enabled for this cluster.
#ray_cluster_logging_config
def ray_cluster_logging_config() -> ::Google::Cloud::Container::V1::RayClusterLoggingConfig
Returns
- (::Google::Cloud::Container::V1::RayClusterLoggingConfig) — Optional. Logging configuration for Ray clusters.
#ray_cluster_logging_config=
def ray_cluster_logging_config=(value) -> ::Google::Cloud::Container::V1::RayClusterLoggingConfig
Parameter
- value (::Google::Cloud::Container::V1::RayClusterLoggingConfig) — Optional. Logging configuration for Ray clusters.
Returns
- (::Google::Cloud::Container::V1::RayClusterLoggingConfig) — Optional. Logging configuration for Ray clusters.
#ray_cluster_monitoring_config
def ray_cluster_monitoring_config() -> ::Google::Cloud::Container::V1::RayClusterMonitoringConfig
Returns
- (::Google::Cloud::Container::V1::RayClusterMonitoringConfig) — Optional. Monitoring configuration for Ray clusters.
#ray_cluster_monitoring_config=
def ray_cluster_monitoring_config=(value) -> ::Google::Cloud::Container::V1::RayClusterMonitoringConfig
Parameter
- value (::Google::Cloud::Container::V1::RayClusterMonitoringConfig) — Optional. Monitoring configuration for Ray clusters.
Returns
- (::Google::Cloud::Container::V1::RayClusterMonitoringConfig) — Optional. Monitoring configuration for Ray clusters.