Class: Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Metadata information for NotebookService.AssignNotebookRuntime.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
-
#progress_message ⇒ ::String
A human-readable message that shows the intermediate progress details of NotebookRuntime.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 199 class AssignNotebookRuntimeOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_message ⇒ ::String
Returns A human-readable message that shows the intermediate progress details of NotebookRuntime.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 199 class AssignNotebookRuntimeOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |