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

public sealed class PredictionApiKeyRegistration : IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class PredictionApiKeyRegistration.

Registered Api Key.

Inheritance

object > PredictionApiKeyRegistration

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

PredictionApiKeyRegistration()

public PredictionApiKeyRegistration()

PredictionApiKeyRegistration(PredictionApiKeyRegistration)

public PredictionApiKeyRegistration(PredictionApiKeyRegistration other)
Parameter
NameDescription
otherPredictionApiKeyRegistration

Properties

ApiKey

public string ApiKey { get; set; }

The API key.

Property Value
TypeDescription
string