Class: Google::Cloud::VisionAI::V1::ListSearchHypernymsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListSearchHypernymsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for listing SearchHypernyms.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of SearchHypernyms returned.
-
#page_token ⇒ ::String
A page token, received from a previous
SearchHypernym
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
The maximum number of SearchHypernyms returned. The service may return fewer than this value. If unspecified, a page size of 50 will be used. The maximum value is 1000; values above 1000 will be coerced to 1000.
2354 2355 2356 2357 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2354 class ListSearchHypernymsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous SearchHypernym
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
SearchHypernym
must match the call that provided the page
token.
2354 2355 2356 2357 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2354 class ListSearchHypernymsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of SearchHypernyms.
Format:
projects/{project_number}/locations/{location}/corpora/{corpus}
.
2354 2355 2356 2357 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2354 class ListSearchHypernymsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |