Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReadFeatureValuesResponse

Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

Inheritance
object
GoogleCloudAiplatformV1ReadFeatureValuesResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX