public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform 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 webpage provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Google Cloud AI Platform v1 API."],["The class is an abstract implementation of `BidirectionalStreamingBase`, designed for managing bidirectional streaming interactions with `StreamDirectPredictRequest` and `StreamDirectPredictResponse` objects."],["It contains a full list of versions, starting from 1.0.0, and going up to the latest version which is 3.22.0, each version contains a link to the same `StreamDirectPredictStream` class."],["The `StreamDirectPredictStream` class implements `IDisposable` and inherits methods for managing the stream such as `TryWriteAsync`, `WriteAsync`, `WriteCompleteAsync`, and `GetResponseStream`."],["This page contains a list of inherited members from the base object and `BidirectionalStreamingBase` that are implemented by this `StreamDirectPredictStream` class."]]],[]]