public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1beta1 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."],[[["`PredictionServiceClient.StreamingPredictStream` is a class within the Cloud AI Platform v1beta1 API for .NET, specifically designed for bidirectional streaming."],["This class, derived from `BidirectionalStreamingBase`, manages the streaming of `StreamingPredictRequest` and `StreamingPredictResponse` objects."],["It provides methods like `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, and `WriteCompleteAsync` to manage the bidirectional data flow, as well as `GetResponseStream` to retrieve response data."],["The class is `IDisposable`, enabling proper resource management, and it inherits members from `BidirectionalStreamingBase` and the base `object` class."],["This documentation is in the beta stage, with the latest version being 1.0.0-beta21 and the current version being 1.0.0-beta09."]]],[]]