Class: Google::Cloud::AIPlatform::V1::RayLogsSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RayLogsSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb
Overview
Configuration for the Ray OSS Logs.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.
322 323 324 325 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 322 class RayLogsSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |