Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::CreatePredictionApiKeyRegistrationRequest (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::CreatePredictionApiKeyRegistrationRequest.

Request message for the CreatePredictionApiKeyRegistration method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store.
Returns
  • (::String) — Required. The parent resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store.

#prediction_api_key_registration

def prediction_api_key_registration() -> ::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
Returns

#prediction_api_key_registration=

def prediction_api_key_registration=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
Parameter
Returns