public sealed class StreamingReadFeatureValuesRequest : IMessage<StreamingReadFeatureValuesRequest>, IEquatable<StreamingReadFeatureValuesRequest>, IDeepCloneable<StreamingReadFeatureValuesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StreamingReadFeatureValuesRequest.
Request message for [FeaturestoreOnlineServingService.StreamingReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.StreamingReadFeatureValues].
Implements
IMessageStreamingReadFeatureValuesRequest, IEquatableStreamingReadFeatureValuesRequest, IDeepCloneableStreamingReadFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamingReadFeatureValuesRequest()
public StreamingReadFeatureValuesRequest()StreamingReadFeatureValuesRequest(StreamingReadFeatureValuesRequest)
public StreamingReadFeatureValuesRequest(StreamingReadFeatureValuesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingReadFeatureValuesRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
EntityTypeAsEntityTypeName
public EntityTypeName EntityTypeAsEntityTypeName { get; set; }EntityTypeName-typed view over the EntityType resource name property.
| Property Value | |
|---|---|
| Type | Description |
EntityTypeName |
|
FeatureSelector
public FeatureSelector FeatureSelector { get; set; }Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.
| Property Value | |
|---|---|
| Type | Description |
FeatureSelector |
|