public sealed class WriteFeatureValuesRequest : IMessage<WriteFeatureValuesRequest>, IEquatable<WriteFeatureValuesRequest>, IDeepCloneable<WriteFeatureValuesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class WriteFeatureValuesRequest.
Request message for [FeaturestoreOnlineServingService.WriteFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.WriteFeatureValues].
Implements
IMessageWriteFeatureValuesRequest, IEquatableWriteFeatureValuesRequest, IDeepCloneableWriteFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
WriteFeatureValuesRequest()
public WriteFeatureValuesRequest()
WriteFeatureValuesRequest(WriteFeatureValuesRequest)
public WriteFeatureValuesRequest(WriteFeatureValuesRequest other)
Parameter | |
---|---|
Name | Description |
other |
WriteFeatureValuesRequest |
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 | |
---|---|
Type | Description |
string |
EntityTypeAsEntityTypeName
public EntityTypeName EntityTypeAsEntityTypeName { get; set; }
EntityTypeName-typed view over the EntityType resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldWriteFeatureValuesPayload |