Class: Google::Cloud::VisionAI::V1::AnalyzeCorpusMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnalyzeCorpusMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The metadata message for AnalyzeCorpus LRO.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
The metadata of the operation.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Returns The metadata of the operation.
1091 1092 1093 1094 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1091 class AnalyzeCorpusMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |