Class: Google::Cloud::VisionAI::V1::AnalyzeCorpusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnalyzeCorpusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for AnalyzeCorpus.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The parent corpus resource where the assets will be analyzed.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
.
1078 1079 1080 1081 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1078 class AnalyzeCorpusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |