Class CreatePredictionApiKeyRegistrationRequest (0.8.1)

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

Request message for the CreatePredictionApiKeyRegistration method.

Attributes

NameDescription
parent str
Required. The parent resource path. ``projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store``.
prediction_api_key_registration google.cloud.recommendationengine_v1beta1.types.PredictionApiKeyRegistration
Required. The prediction API key registration.

Inheritance

builtins.object > proto.message.Message > CreatePredictionApiKeyRegistrationRequest