Class ListPredictionApiKeyRegistrationsRequest (0.8.0)

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

Request message for the ListPredictionApiKeyRegistrations.

Attributes

NameDescription
parent str
Required. The parent placement resource name such as ``projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store``
page_size int
Optional. Maximum number of results to return per page. If unset, the service will choose a reasonable default.
page_token str
Optional. The previous ``ListPredictionApiKeyRegistration.nextPageToken``.

Inheritance

builtins.object > proto.message.Message > ListPredictionApiKeyRegistrationsRequest