Class: Google::Cloud::VisionAI::V1::ListIndexEndpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListIndexEndpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for ListIndexEndpoints.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter applied to the returned list.
We only support filtering for the deployed_image_index.image_index
field.
However, to filter by a corpus instead of an image index, simply use
deployed_image_index.corpus
, which will return all endpoints with
deployed_image_index.image_index
inside of the given corpus.
A basic filter on image index would look like:
deployed_image_index.image_index =
"projects/123/locations/us-central1/corpora/my_corpus/imageIndexes/my_image_index"
A basic filter on corpus would look like:
deployed_image_index.corpus =
"projects/123/locations/us-central1/corpora/my_corpus".
2019 2020 2021 2022 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2019 class ListIndexEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. 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.
2019 2020 2021 2022 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2019 class ListIndexEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
2019 2020 2021 2022 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2019 class ListIndexEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project}/locations/{location}
.
2019 2020 2021 2022 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2019 class ListIndexEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |