public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform 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-04-02 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Cloud AI Platform v1beta1 API, focusing on its use for bidirectional streaming."],["`StreamDirectPredictStream` is a class that supports bidirectional streaming for `StreamDirectPredict` calls, inheriting from `BidirectionalStreamingBase` and implementing `IDisposable`."],["The class offers various methods for managing the stream, including writing requests, completing the write stream, retrieving the response stream, and disposing of resources."],["It provides functionalities like `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, and `WriteCompleteAsync` to manage the flow of `StreamDirectPredictRequest` objects in a bidirectional streaming context."],["The page also details the class's inheritance structure and lists the inherited members and their respective functionalities."]]],[]]