Class ReadFeatureValuesResponse (1.4.0)

public sealed class ReadFeatureValuesResponse : IMessage<ReadFeatureValuesResponse>, IEquatable<ReadFeatureValuesResponse>, IDeepCloneable<ReadFeatureValuesResponse>, IBufferMessage, IMessage

Response message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].

Inheritance

Object > ReadFeatureValuesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ReadFeatureValuesResponse()

public ReadFeatureValuesResponse()

ReadFeatureValuesResponse(ReadFeatureValuesResponse)

public ReadFeatureValuesResponse(ReadFeatureValuesResponse other)
Parameter
NameDescription
otherReadFeatureValuesResponse

Properties

EntityView

public ReadFeatureValuesResponse.Types.EntityView EntityView { get; set; }

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.

Property Value
TypeDescription
ReadFeatureValuesResponse.Types.EntityView

Header

public ReadFeatureValuesResponse.Types.Header Header { get; set; }

Response header.

Property Value
TypeDescription
ReadFeatureValuesResponse.Types.Header