Class: Google::Apis::ContainerV1::RayClusterLoggingConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::RayClusterLoggingConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
RayClusterLoggingConfig specifies configuration of Ray logging.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Enable log collection for Ray clusters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RayClusterLoggingConfig
constructor
A new instance of RayClusterLoggingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RayClusterLoggingConfig
Returns a new instance of RayClusterLoggingConfig.
5890 5891 5892 |
# File 'lib/google/apis/container_v1/classes.rb', line 5890 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Enable log collection for Ray clusters.
Corresponds to the JSON property enabled
5887 5888 5889 |
# File 'lib/google/apis/container_v1/classes.rb', line 5887 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5895 5896 5897 |
# File 'lib/google/apis/container_v1/classes.rb', line 5895 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |