Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
- 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
-
#idle_shutdown_message ⇒ String
If the idle shutdown is blocked by CP, CP will send the block message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
Returns a new instance of GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse.
23671 23672 23673 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23671 def initialize(**args) update!(**args) end |
Instance Attribute Details
#idle_shutdown_message ⇒ String
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
23669 23670 23671 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23669 def @idle_shutdown_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23676 23677 23678 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23676 def update!(**args) @idle_shutdown_message = args[:idle_shutdown_message] if args.key?(:idle_shutdown_message) end |