Cloud AI Platform v1 API - Class FetchFeatureValuesResponse (2.27.0)

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

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

Response message for [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1.FeatureOnlineStoreService.FetchFeatureValues]

Inheritance

object > FetchFeatureValuesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FetchFeatureValuesResponse()

public FetchFeatureValuesResponse()

FetchFeatureValuesResponse(FetchFeatureValuesResponse)

public FetchFeatureValuesResponse(FetchFeatureValuesResponse other)
Parameter
NameDescription
otherFetchFeatureValuesResponse

Properties

DataKey

public FeatureViewDataKey DataKey { get; set; }

The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][] RPCs.

Property Value
TypeDescription
FeatureViewDataKey

FormatCase

public FetchFeatureValuesResponse.FormatOneofCase FormatCase { get; }
Property Value
TypeDescription
FetchFeatureValuesResponseFormatOneofCase

KeyValues

public FetchFeatureValuesResponse.Types.FeatureNameValuePairList KeyValues { get; set; }

Feature values in KeyValue format.

Property Value
TypeDescription
FetchFeatureValuesResponseTypesFeatureNameValuePairList

ProtoStruct

public Struct ProtoStruct { get; set; }

Feature values in proto Struct format.

Property Value
TypeDescription
Struct