Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Configuration for the Ray metrics.
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
(also: #disabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1RayMetricSpec
constructor
A new instance of GoogleCloudAiplatformV1RayMetricSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1RayMetricSpec
Returns a new instance of GoogleCloudAiplatformV1RayMetricSpec.
30119 30120 30121 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30119 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disabled ⇒ Boolean Also known as: disabled?
Optional. Flag to disable the Ray metrics collection.
Corresponds to the JSON property disabled
30116 30117 30118 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30116 def disabled @disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30124 30125 30126 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30124 def update!(**args) @disabled = args[:disabled] if args.key?(:disabled) end |