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 webpage provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API for .NET, offering a range of versions from 1.0.0 to 3.22.0."],["The `StreamingPredictStream` class facilitates bidirectional streaming for prediction requests and responses using `StreamingPredictRequest` and `StreamingPredictResponse` types, and is an abstract class."],["It offers a way to perform `StreamingPredict` actions, using the `BidirectionalStreamingSettings`, along with members of inherited methods from the base class `BidirectionalStreamingBase`."],["The class `PredictionServiceClient.StreamingPredictStream` implements `IDisposable`, and supports operations such as writing and completing write operations asynchronously via `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, and `WriteCompleteAsync` along with being able to retrieve the response stream."]]],[]]