public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 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-03-21 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API, specifically for the .NET environment."],["The `StreamingPredictStream` class enables bidirectional streaming communication for making predictions using the `StreamingPredict` method."],["The page lists available versions of the `PredictionServiceClient.StreamingPredictStream` class, ranging from version 1.0.0 to the latest 3.22.0."],["This class inherits from `BidirectionalStreamingBase`, which offers methods for asynchronous writing and managing a response stream, and it implements the `IDisposable` interface."],["The primary function of this class is to facilitate the bidirectional exchange of `StreamingPredictRequest` and `StreamingPredictResponse` messages, as shown by the methods listed in the inherited members section."]]],[]]