Class: Google::Cloud::AIPlatform::V1::RayMetricSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RayMetricSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb
Overview
Configuration for the Ray metrics.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. Flag to disable the Ray metrics collection.
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 313 class RayMetricSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |