Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1RayLogsSpec

Returns a new instance of GoogleCloudAiplatformV1RayLogsSpec.



20077
20078
20079
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20077

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

Instance Attribute Details

#disabledBoolean Also known as: disabled?

Optional. Flag to disable the export of Ray OSS logs to Cloud Logging. Corresponds to the JSON property disabled

Returns:

  • (Boolean)


20074
20075
20076
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20074

def disabled
  @disabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20082
20083
20084
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 20082

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