Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RayMetricSpec

Returns a new instance of GoogleCloudAiplatformV1beta1RayMetricSpec.



22502
22503
22504
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22502

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#disabledBoolean Also known as: disabled?

Optional. Flag to disable the Ray metrics collection. Corresponds to the JSON property disabled

Returns:

  • (Boolean)


22499
22500
22501
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22499

def disabled
  @disabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22507
22508
22509
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 22507

def update!(**args)
  @disabled = args[:disabled] if args.key?(:disabled)
end