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 reference documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform v1 API."],["The `StreamingPredictStream` class is an abstract class that implements bidirectional streaming for prediction requests and responses, specifically for the `StreamingPredict` method."],["The documentation includes a history of available versions, with the latest being 3.22.0 and a range of versions listed from 1.0.0 up to 3.22.0."],["The `StreamingPredictStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing requests, completing the stream, and managing responses."],["This page also gives access to the inherited members from the BidirectionalStreamingBase, and the object class, along with which assembly and namespace it belongs to."]]],[]]