Cloud AI Platform v1beta1 API - Class StreamingFetchFeatureValuesRequest (1.0.0-beta02)

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.

Inheritance

object > StreamingFetchFeatureValuesRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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