Class: Google::Cloud::Container::V1::RayOperatorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::RayOperatorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration options for the Ray Operator add-on.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the Ray Operator addon is enabled for this cluster.
-
#ray_cluster_logging_config ⇒ ::Google::Cloud::Container::V1::RayClusterLoggingConfig
Optional.
-
#ray_cluster_monitoring_config ⇒ ::Google::Cloud::Container::V1::RayClusterMonitoringConfig
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the Ray Operator addon is enabled for this cluster.
1227 1228 1229 1230 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1227 class RayOperatorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ray_cluster_logging_config ⇒ ::Google::Cloud::Container::V1::RayClusterLoggingConfig
Returns Optional. Logging configuration for Ray clusters.
1227 1228 1229 1230 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1227 class RayOperatorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ray_cluster_monitoring_config ⇒ ::Google::Cloud::Container::V1::RayClusterMonitoringConfig
Returns Optional. Monitoring configuration for Ray clusters.
1227 1228 1229 1230 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1227 class RayOperatorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |