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
- (::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration) — Required. The prediction API key registration.
#prediction_api_key_registration=
def prediction_api_key_registration=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration) — Required. The prediction API key registration.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration) — Required. The prediction API key registration.