public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1beta1 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-03-21 UTC."],[[["This document provides reference information for the `PredictionServiceClient.StreamingPredictStream` class, a part of the Vertex AI v1beta1 API in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`StreamingPredictStream` is an abstract class designed for bidirectional streaming in the context of the `StreamingPredict` method, facilitating the exchange of `StreamingPredictRequest` and `StreamingPredictResponse` objects."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for writing requests, completing the writing process, accessing the response stream, and managing resources."],["It includes a range of inherited members, such as `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, `GetResponseStream`, and `Dispose`, all available from the `BidirectionalStreamingBase` class."],["The latest version of the class documentation available is 1.0.0-beta21, and it's part of the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]