Class ListPredictionApiKeyRegistrationsResponse (0.2.2)

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

Response message for the ListPredictionApiKeyRegistrations. .. attribute:: prediction_api_key_registrations

The list of registered API keys.

:type: Sequence[google.cloud.recommendationengine_v1beta1.types.PredictionApiKeyRegistration]

Attribute

NameDescription
next_page_token str
If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.