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.



23563
23564
23565
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23563

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)


23561
23562
23563
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23561

def idle_shutdown_message
  @idle_shutdown_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23568
23569
23570
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23568

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