Class: Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AsyncQueryReasoningEngineOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb
Overview
Operation metadata message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
94 95 96 97 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb', line 94 class AsyncQueryReasoningEngineOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |