Class GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse
Response message for FeatureOnlineStoreService.FetchFeatureValues
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse : IDirectResponseSchema
Properties
DataKey
The data key associated with this response. Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.
Declaration
[JsonProperty("dataKey")]
public virtual GoogleCloudAiplatformV1beta1FeatureViewDataKey DataKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureViewDataKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyValues
Feature values in KeyValue format.
Declaration
[JsonProperty("keyValues")]
public virtual GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList KeyValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList |
ProtoStruct
Feature values in proto Struct format.
Declaration
[JsonProperty("protoStruct")]
public virtual IDictionary<string, object> ProtoStruct { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |