Class ListIndexesResponse (1.1.1)

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

Response message for IndexService.ListIndexes.

Attributes

NameDescription
indexes Sequence[google.cloud.aiplatform_v1beta1.types.Index]
List of indexes in the requested page.
next_page_token str
A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListIndexesResponse