public sealed class ReadFeatureValuesResponse : IMessage<ReadFeatureValuesResponse>, IEquatable<ReadFeatureValuesResponse>, IDeepCloneable<ReadFeatureValuesResponse>, IBufferMessage, IMessageResponse message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].
Implements
IMessage<ReadFeatureValuesResponse>, IEquatable<ReadFeatureValuesResponse>, IDeepCloneable<ReadFeatureValuesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ReadFeatureValuesResponse()
public ReadFeatureValuesResponse()ReadFeatureValuesResponse(ReadFeatureValuesResponse)
public ReadFeatureValuesResponse(ReadFeatureValuesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReadFeatureValuesResponse |
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 | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Types.EntityView |
|
Header
public ReadFeatureValuesResponse.Types.Header Header { get; set; }Response header.
| Property Value | |
|---|---|
| Type | Description |
ReadFeatureValuesResponse.Types.Header |
|