Class GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse
Response message for FeaturestoreOnlineServingService.ReadFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse : 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 GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView EntityView { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView |
Header
Response header.
Declaration
[JsonProperty("header")]
public virtual GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader Header { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader |