Cloud AI Platform v1 API - Class StreamingReadFeatureValuesRequest (2.27.0)

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

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

Request message for [FeaturestoreOnlineServingService.StreamingFeatureValuesRead][].

Inheritance

object > StreamingReadFeatureValuesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StreamingReadFeatureValuesRequest()

public StreamingReadFeatureValuesRequest()

StreamingReadFeatureValuesRequest(StreamingReadFeatureValuesRequest)

public StreamingReadFeatureValuesRequest(StreamingReadFeatureValuesRequest other)
Parameter
NameDescription
otherStreamingReadFeatureValuesRequest

Properties

EntityIds

public RepeatedField<string> EntityIds { get; }

Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

Property Value
TypeDescription
RepeatedFieldstring

EntityType

public string EntityType { get; set; }

Required. The resource name of the entities' type. 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

FeatureSelector

public FeatureSelector FeatureSelector { get; set; }

Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.

Property Value
TypeDescription
FeatureSelector