public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `PredictionServiceClient.StreamingPredictStream` class, a part of the Google Cloud AI Platform v1beta1 API."],["`StreamingPredictStream` is an abstract class designed for bidirectional streaming, inheriting from `BidirectionalStreamingBase` and implementing `IDisposable`."],["This class facilitates the use of `StreamingPredict` methods, which allow bidirectional communication using `StreamingPredictRequest` and `StreamingPredictResponse`."],["The class offers members such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and `Dispose`, among others, for managing streaming operations."],["The namespace for this class is `Google.Cloud.AIPlatform.V1Beta1` and it's included in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]