Cloud AI Platform v1 API - Class WriteFeatureValuesPayload (2.10.0)

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

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

Contains Feature values to be written for a specific entity.

Inheritance

object > WriteFeatureValuesPayload

Namespace

GoogleCloudGoogle.Cloud.AIPlatformV1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

WriteFeatureValuesPayload()

public WriteFeatureValuesPayload()

WriteFeatureValuesPayload(WriteFeatureValuesPayload)

public WriteFeatureValuesPayload(WriteFeatureValuesPayload other)
Parameter
NameDescription
otherWriteFeatureValuesPayload

Properties

EntityId

public string EntityId { get; set; }

Required. The ID of the entity.

Property Value
TypeDescription
string

FeatureValues

public MapField<string, FeatureValue> FeatureValues { get; }

Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000 feature_values entries may be written across all payloads. The feature generation time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.

Property Value
TypeDescription
MapFieldstringFeatureValue