public sealed class FetchFeatureValuesResponse : IMessage<FetchFeatureValuesResponse>, IEquatable<FetchFeatureValuesResponse>, IDeepCloneable<FetchFeatureValuesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FetchFeatureValuesResponse.
Response message for [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.FetchFeatureValues]
Implements
IMessageFetchFeatureValuesResponse, IEquatableFetchFeatureValuesResponse, IDeepCloneableFetchFeatureValuesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FetchFeatureValuesResponse()
public FetchFeatureValuesResponse()FetchFeatureValuesResponse(FetchFeatureValuesResponse)
public FetchFeatureValuesResponse(FetchFeatureValuesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchFeatureValuesResponse |
Properties
DataKey
public FeatureViewDataKey DataKey { get; set; }The data key associated with this response. Will only be populated for [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues] RPCs.
| Property Value | |
|---|---|
| Type | Description |
FeatureViewDataKey |
|
FormatCase
public FetchFeatureValuesResponse.FormatOneofCase FormatCase { get; }| Property Value | |
|---|---|
| Type | Description |
FetchFeatureValuesResponseFormatOneofCase |
|
KeyValues
public FetchFeatureValuesResponse.Types.FeatureNameValuePairList KeyValues { get; set; }Feature values in KeyValue format.
| Property Value | |
|---|---|
| Type | Description |
FetchFeatureValuesResponseTypesFeatureNameValuePairList |
|
ProtoStruct
public Struct ProtoStruct { get; set; }Feature values in proto Struct format.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|