Cloud AI Platform v1 API - Class WriteFeatureValuesRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class WriteFeatureValuesRequest.

Request message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.WriteFeatureValues].

Inheritance

object > WriteFeatureValuesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

WriteFeatureValuesRequest()

public WriteFeatureValuesRequest()

WriteFeatureValuesRequest(WriteFeatureValuesRequest)

public WriteFeatureValuesRequest(WriteFeatureValuesRequest other)
Parameter
NameDescription
otherWriteFeatureValuesRequest

Properties

EntityType

public string EntityType { get; set; }

Required. The resource name of the EntityType for the entities being written. Value format: projects/{project}/locations/{location}/featurestores/ {featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.

Property Value
TypeDescription
string

EntityTypeAsEntityTypeName

public EntityTypeName EntityTypeAsEntityTypeName { get; set; }

EntityTypeName-typed view over the EntityType resource name property.

Property Value
TypeDescription
EntityTypeName

Payloads

public RepeatedField<WriteFeatureValuesPayload> Payloads { get; }

Required. The entities to be written. Up to 100,000 feature values can be written across all payloads.

Property Value
TypeDescription
RepeatedFieldWriteFeatureValuesPayload