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 within the Google Cloud AI Platform v1 API, specifically in the .NET context."],["The content lists various versions of the `StreamingPredictStream` class, ranging from version 1.0.0 up to the latest version, 3.22.0, each with a corresponding link to its specific documentation."],["`PredictionServiceClient.StreamingPredictStream` is a bidirectional streaming class used for methods like `StreamingPredict` and inherits from `BidirectionalStreamingBase\u003cStreamingPredictRequest, StreamingPredictResponse\u003e`, supporting stream-based communication."],["The class implements the `IDisposable` interface and provides methods for managing the stream, such as writing requests, completing the write process, and accessing the response stream, with links to the documentation for each."],["The namespace for this class is `Google.Cloud.AIPlatform.V1`, and it is located in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]