Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ListIndexEndpointsRequest.
Request message for ListIndexEndpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
-
(::String) — 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 usedeployed_image_index.corpus
, which will return all endpoints withdeployed_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"
#filter=
def filter=(value) -> ::String
Parameter
-
value (::String) — 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 usedeployed_image_index.corpus
, which will return all endpoints withdeployed_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"
Returns
-
(::String) — 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 usedeployed_image_index.corpus
, which will return all endpoints withdeployed_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"
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A token identifying a page of results the server should return.
Returns
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
projects/{project}/locations/{location}
Returns
-
(::String) — Required. Format:
projects/{project}/locations/{location}