Cloud AI Platform v1 API - Class ReadFeatureValuesResponse (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadFeatureValuesResponse.

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
ReadFeatureValuesResponseTypesEntityView

Header

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

Response header.

Property Value
TypeDescription
ReadFeatureValuesResponseTypesHeader