ray Cluster Logging Config
suspend fun rayClusterLoggingConfig(value: Output<ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs>)
suspend fun rayClusterLoggingConfig(value: ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs?)
Parameters
value
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
suspend fun rayClusterLoggingConfig(argument: suspend ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgsBuilder.() -> Unit)
Parameters
argument
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.