Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse

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

Response message for NotebookInternalService.ReportRuntimeEvent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse

Returns a new instance of GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse.



23206
23207
23208
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23206

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

Instance Attribute Details

#idle_shutdown_messageString

If the idle shutdown is blocked by CP, CP will send the block message. Otherwise, this field is not set. Corresponds to the JSON property idleShutdownMessage

Returns:

  • (String)


23204
23205
23206
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23204

def idle_shutdown_message
  @idle_shutdown_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23211
23212
23213
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23211

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