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 in the Google Cloud AI Platform v1 API, specifically within the .NET library."],["The `StreamingPredictStream` class supports bidirectional streaming for the `StreamingPredict` method, utilizing `StreamingPredictRequest` and `StreamingPredictResponse` for data transmission."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, indicating its capability to manage bidirectional data streams and dispose of resources."],["This documentation covers versions from 1.0.0 to the latest 3.22.0, offering a historical view of the `StreamingPredictStream` class, with links to the specific reference pages for each."],["The `PredictionServiceClient.StreamingPredictStream` class has several inherited methods for writing to and managing the stream, such as `TryWriteAsync`, `WriteAsync`, `WriteCompleteAsync` and `GetResponseStream`."]]],[]]