public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1beta1 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-03-21 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class, part of the Vertex AI v1beta1 API within the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`StreamDirectPredictStream` is an abstract class that facilitates bidirectional streaming for the `StreamDirectPredict` method."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for managing the streaming connection, such as writing requests and getting the response stream."],["The documentation highlights inherited members of `BidirectionalStreamingBase` that are part of the `StreamDirectPredictStream` class, including methods like `TryWriteAsync`, `WriteAsync`, and `GetResponseStream`."],["The latest version of the class is the beta21 version, and beta20 is also available."]]],[]]