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-09 UTC."],[[["This webpage provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API for .NET, offering a comprehensive overview of its features and usage."],["The latest available version is 3.22.0, and the page details versioned documentation for this class, ranging from 3.22.0 down to 1.0.0, allowing users to find information relevant to their specific library version."],["`PredictionServiceClient.StreamingPredictStream` is a class for bidirectional streaming methods of prediction requests and responses, allowing for real-time interactions with the AI platform."],["The class inherits from `BidirectionalStreamingBase\u003cStreamingPredictRequest, StreamingPredictResponse\u003e` and implements `IDisposable`, offering methods for asynchronous writing and completion of streams, as well as managing resources."],["The `StreamingPredictStream` class allows for the use of `StreamingPredictRequest` and `StreamingPredictResponse` objects, which are found in the specified namespace `Google.Cloud.AIPlatform.V1`, with the assembly found in `Google.Cloud.AIPlatform.V1.dll`."]]],[]]