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 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, 3.22.0."],["The `PredictionServiceClient.StreamingPredictStream` class is an abstract class used for bidirectional streaming in the AI Platform API and inherits from `BidirectionalStreamingBase\u003cStreamingPredictRequest, StreamingPredictResponse\u003e`."],["The class implements `IDisposable`, enabling proper resource management, and provides methods for writing, completing, and managing the response stream."],["The documentation includes a list of all available versions of the `PredictionServiceClient.StreamingPredictStream` class, along with links to the reference documentation for each specific version."],["The documentation details inherited members from `BidirectionalStreamingBase`, such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and others, that provide different ways of streaming data."]]],[]]