public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1 API class PredictionServiceClient.StreamingPredictStream.
[[["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-04-08 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Vertex AI v1 API for .NET."],["The `StreamingPredictStream` class supports bidirectional streaming for making predictions and it can use the `StreamingPredict` method."],["The page also offers a comprehensive list of available versions of this API, ranging from the latest version 3.22.0 down to version 1.0.0."],["`PredictionServiceClient.StreamingPredictStream` inherits from `BidirectionalStreamingBase\u003cStreamingPredictRequest, StreamingPredictResponse\u003e` and implements `IDisposable`, showing its base functionalities."],["The `StreamingPredictStream` class provides methods for managing the streaming process, including writing requests (`TryWriteAsync`, `WriteAsync`), completing the stream (`TryWriteCompleteAsync`, `WriteCompleteAsync`), and accessing the response stream (`GetResponseStream`)."]]],[]]