Class GoogleCloudAiplatformV1ReadFeatureValuesResponse
Response message for FeaturestoreOnlineServingService.ReadFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReadFeatureValuesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityView
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.
Declaration
[JsonProperty("entityView")]
public virtual GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView EntityView { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView |
Header
Response header.
Declaration
[JsonProperty("header")]
public virtual GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader Header { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader |