public sealed class StreamingFetchFeatureValuesResponse : IMessage<StreamingFetchFeatureValuesResponse>, IEquatable<StreamingFetchFeatureValuesResponse>, IDeepCloneable<StreamingFetchFeatureValuesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StreamingFetchFeatureValuesResponse.
Response message for [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues].
Implements
IMessageStreamingFetchFeatureValuesResponse, IEquatableStreamingFetchFeatureValuesResponse, IDeepCloneableStreamingFetchFeatureValuesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamingFetchFeatureValuesResponse()
public StreamingFetchFeatureValuesResponse()StreamingFetchFeatureValuesResponse(StreamingFetchFeatureValuesResponse)
public StreamingFetchFeatureValuesResponse(StreamingFetchFeatureValuesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingFetchFeatureValuesResponse |
Properties
Data
public RepeatedField<FetchFeatureValuesResponse> Data { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFetchFeatureValuesResponse |
|
DataKeysWithError
public RepeatedField<FeatureViewDataKey> DataKeysWithError { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeatureViewDataKey |
|
Status
public Status Status { get; set; }Response status. If OK, then [StreamingFetchFeatureValuesResponse.data][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data] will be populated. Otherwise [StreamingFetchFeatureValuesResponse.data_keys_with_error][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data_keys_with_error] will be populated with the appropriate data keys. The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.
| Property Value | |
|---|---|
| Type | Description |
Status |
|