Recommendations AI v1beta1 API - Class CreatePredictionApiKeyRegistrationRequest (2.0.0-beta05)

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.

Inheritance

object > CreatePredictionApiKeyRegistrationRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

CreatePredictionApiKeyRegistrationRequest()

public CreatePredictionApiKeyRegistrationRequest()

CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest)

public CreatePredictionApiKeyRegistrationRequest(CreatePredictionApiKeyRegistrationRequest other)
Parameter
NameDescription
otherCreatePredictionApiKeyRegistrationRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store.

Property Value
TypeDescription
string

ParentAsEventStoreName

public EventStoreName ParentAsEventStoreName { get; set; }

EventStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
EventStoreName

PredictionApiKeyRegistration

public PredictionApiKeyRegistration PredictionApiKeyRegistration { get; set; }

Required. The prediction API key registration.

Property Value
TypeDescription
PredictionApiKeyRegistration