public sealed class CreatePredictionApiKeyRegistrationRequest : IMessage<CreatePredictionApiKeyRegistrationRequest>, IEquatable<CreatePredictionApiKeyRegistrationRequest>, IDeepCloneable<CreatePredictionApiKeyRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class CreatePredictionApiKeyRegistrationRequest.
Request message for the CreatePredictionApiKeyRegistration
method.
Implements
IMessageCreatePredictionApiKeyRegistrationRequest, IEquatableCreatePredictionApiKeyRegistrationRequest, IDeepCloneableCreatePredictionApiKeyRegistrationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
CreatePredictionApiKeyRegistrationRequest()
public CreatePredictionApiKeyRegistrationRequest()
CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest)
public CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreatePredictionApiKeyRegistrationRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource path.
projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsEventStoreName
public EventStoreName ParentAsEventStoreName { get; set; }
EventStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EventStoreName |
PredictionApiKeyRegistration
public PredictionApiKeyRegistration PredictionApiKeyRegistration { get; set; }
Required. The prediction API key registration.
Property Value | |
---|---|
Type | Description |
PredictionApiKeyRegistration |