GoogleApi.Container.V1.Model.RayOperatorConfig (google_api_container v0.57.0)
View SourceConfiguration options for the Ray Operator add-on.
Attributes
-
enabled
(type:boolean()
, default:nil
) - Whether the Ray Operator addon is enabled for this cluster. -
rayClusterLoggingConfig
(type:GoogleApi.Container.V1.Model.RayClusterLoggingConfig.t
, default:nil
) - Optional. Logging configuration for Ray clusters. -
rayClusterMonitoringConfig
(type:GoogleApi.Container.V1.Model.RayClusterMonitoringConfig.t
, default:nil
) - Optional. Monitoring configuration for Ray clusters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.RayOperatorConfig{ enabled: boolean() | nil, rayClusterLoggingConfig: GoogleApi.Container.V1.Model.RayClusterLoggingConfig.t() | nil, rayClusterMonitoringConfig: GoogleApi.Container.V1.Model.RayClusterMonitoringConfig.t() | nil }