public sealed class ReadFeatureValuesResponse : IMessage<ReadFeatureValuesResponse>, IEquatable<ReadFeatureValuesResponse>, IDeepCloneable<ReadFeatureValuesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReadFeatureValuesResponse.
Response message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.ReadFeatureValues].
Implements
IMessageReadFeatureValuesResponse, IEquatableReadFeatureValuesResponse, IDeepCloneableReadFeatureValuesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
ReadFeatureValuesResponseTypesEntityView |
|
Header
public ReadFeatureValuesResponse.Types.Header Header { get; set; }Response header.
| Property Value | |
|---|---|
| Type | Description |
ReadFeatureValuesResponseTypesHeader |
|