public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1 API class PredictionServiceClient.StreamDirectPredictStream.
[[["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-09 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Vertex AI v1 API for .NET, detailing its functionality for bidirectional streaming."],["The latest version of the `StreamDirectPredictStream` documentation is for version 3.22.0, with access to versions ranging down to version 1.0.0."],["`PredictionServiceClient.StreamDirectPredictStream` is a class that allows for bidirectional streaming using `StreamDirectPredictRequest` and `StreamDirectPredictResponse`, inheriting from `BidirectionalStreamingBase` and implementing `IDisposable`."],["This class includes methods for writing requests (`WriteAsync`, `TryWriteAsync`) and completing writing operations (`WriteCompleteAsync`, `TryWriteCompleteAsync`), as well as retrieving a response stream."],["The documentation offers links to the details of each historical version, as well as links to further documentation of inherited methods."]]],[]]