Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FetchFeatureValuesResponse

Response message for FeatureOnlineStoreService.FetchFeatureValues

Inheritance
object
GoogleCloudAiplatformV1FetchFeatureValuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FetchFeatureValuesResponse : IDirectResponseSchema

Properties

DataKey

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

Declaration
[JsonProperty("dataKey")]
public virtual GoogleCloudAiplatformV1FeatureViewDataKey DataKey { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureViewDataKey

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 GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList KeyValues { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX