Class ListEndpointsResponse (0.8.0)

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

Response message for EndpointService.ListEndpoints.

Attributes

NameDescription
endpoints Sequence[google.cloud.aiplatform_v1.types.Endpoint]
List of Endpoints in the requested page.
next_page_token str
A token to retrieve the next page of results. Pass to ListEndpointsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListEndpointsResponse