Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Configuration for the Ray metrics.
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
(also: #disabled?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RayMetricSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1RayMetricSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RayMetricSpec
Returns a new instance of GoogleCloudAiplatformV1beta1RayMetricSpec.
22734 22735 22736 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22734 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
22731 22732 22733 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22731 def disabled @disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22739 22740 22741 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22739 def update!(**args) @disabled = args[:disabled] if args.key?(:disabled) end |