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 webpage provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API."],["The `StreamingPredictStream` class supports bidirectional streaming for the `StreamingPredict` method and is compatible with multiple versions, ranging from 1.0.0 to the latest 3.22.0."],["This class inherits from `BidirectionalStreamingBase`, handling `StreamingPredictRequest` and `StreamingPredictResponse`, while also implementing the `IDisposable` interface."],["The `StreamingPredictStream` class offers methods such as `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, and `GetResponseStream` for managing streaming data."],["It is part of the `Google.Cloud.AIPlatform.V1` namespace and is contained within the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]