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."],["The `StreamingPredictStream` class is designed for bidirectional streaming of prediction requests and responses, using methods such as `StreamingPredict` with different `CallSettings` and `BidirectionalStreamingSettings`."],["The latest version of the API available is 3.22.0, and older versions of the library from 1.0.0, are also listed with links to each version's documentation."],["`StreamingPredictStream` inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods for writing and completing streaming operations like `WriteAsync` and `WriteCompleteAsync`."],["The namespace for the class is `Google.Cloud.AIPlatform.V1`, and it is contained in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]