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-04-01 UTC."],[[["This webpage provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API for .NET, covering versions from 1.0.0 up to the latest version 3.22.0."],["The `StreamingPredictStream` class is an abstract class that supports bidirectional streaming of `StreamingPredictRequest` and `StreamingPredictResponse` messages, inheriting from `BidirectionalStreamingBase` and implementing `IDisposable`."],["It allows for the writing of streaming requests using methods like `TryWriteAsync` and `WriteAsync`, and the completion of the writing process using `TryWriteCompleteAsync` and `WriteCompleteAsync`."],["The documentation details inherited members for the class, including methods related to managing the stream, and accessing the underlying gRPC call."],["The most recent version of this is 3.22.0, and has documentation from 3.22.0 to 1.0.0."]]],[]]