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-25 UTC."],[[["This page documents the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform v1 API, specifically for .NET development."],["The latest version documented is 3.22.0, but the page provides access to documentation for versions ranging from 1.0.0 to 3.22.0."],["`PredictionServiceClient.StreamingPredictStream` is an abstract class that enables bidirectional streaming for prediction requests and responses."],["The class inherits from `BidirectionalStreamingBase\u003cStreamingPredictRequest, StreamingPredictResponse\u003e` and implements `IDisposable`, providing methods for writing and completing streams, as well as managing resources."],["The `StreamingPredictStream` is used with `StreamingPredict` method in the `PredictionServiceClient` and requires the use of the `StreamingPredictRequest` and `StreamingPredictResponse` classes."]]],[]]