Class ListPredictionApiKeyRegistrationsResponse (0.6.2)

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

Response message for the ListPredictionApiKeyRegistrations.

Attributes

NameDescription
prediction_api_key_registrations Sequence[google.cloud.recommendationengine_v1beta1.types.PredictionApiKeyRegistration]
The list of registered API keys.
next_page_token str
If empty, the list is complete. If nonempty, pass the token to the next request's ListPredictionApiKeysRegistrationsRequest.pageToken.