public abstract class FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesStream : ServerStreamingBase<ReadFeatureValuesResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1beta1 API class FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesStream.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This documentation covers the `FeaturestoreOnlineServingServiceClient.StreamingReadFeatureValuesStream` class, part of the Vertex AI v1beta1 API in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class is an abstract implementation of `ServerStreamingBase\u003cReadFeatureValuesResponse\u003e` designed to manage server streaming of `ReadFeatureValuesResponse` data and it implements the `IDisposable` interface."],["It supports the server streaming method `StreamingReadFeatureValues`, which can be accessed using the `StreamingReadFeatureValuesRequest` and `CallSettings`."],["The class inherits several members, including `GetResponseStream()`, `Dispose()`, and `GrpcCall`, from its `ServerStreamingBase` parent, and also inherits from `object`, gaining access to methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]