public sealed class StreamingFetchFeatureValuesRequest : IMessage<StreamingFetchFeatureValuesRequest>, IEquatable<StreamingFetchFeatureValuesRequest>, IDeepCloneable<StreamingFetchFeatureValuesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamingFetchFeatureValuesRequest.
Request message for [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]. For the entities requested, all features under the requested feature view will be returned.
Implements
IMessageStreamingFetchFeatureValuesRequest, IEquatableStreamingFetchFeatureValuesRequest, IDeepCloneableStreamingFetchFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamingFetchFeatureValuesRequest()
public StreamingFetchFeatureValuesRequest()
StreamingFetchFeatureValuesRequest(StreamingFetchFeatureValuesRequest)
public StreamingFetchFeatureValuesRequest(StreamingFetchFeatureValuesRequest other)
Parameter | |
---|---|
Name | Description |
other |
StreamingFetchFeatureValuesRequest |
Properties
DataFormat
public FeatureViewDataFormat DataFormat { get; set; }
Specify response data format. If not set, KeyValue format will be used.
Property Value | |
---|---|
Type | Description |
FeatureViewDataFormat |
DataKeys
public RepeatedField<FeatureViewDataKey> DataKeys { get; }
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeatureViewDataKey |
FeatureView
public string FeatureView { get; set; }
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Property Value | |
---|---|
Type | Description |
string |
FeatureViewAsFeatureViewName
public FeatureViewName FeatureViewAsFeatureViewName { get; set; }
FeatureViewName-typed view over the FeatureView resource name property.
Property Value | |
---|---|
Type | Description |
FeatureViewName |