Class ListIndexEndpointsResponse (1.16.0)

ListIndexEndpointsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for IndexEndpointService.ListIndexEndpoints.

Attributes

NameDescription
index_endpoints Sequence[google.cloud.aiplatform_v1.types.IndexEndpoint]
List of IndexEndpoints in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListIndexEndpointsResponse