Cloud AI Platform v1 API - Class FetchFeatureValuesResponse (2.23.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

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