public abstract class PredictionServiceClient.StreamingRawPredictStream : BidirectionalStreamingBase<StreamingRawPredictRequest, StreamingRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 API class PredictionServiceClient.StreamingRawPredictStream.
[[["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 documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Cloud AI Platform v1 API, and is currently on version 2.28.0."],["The `StreamingRawPredictStream` class is an abstract class that handles bidirectional streaming for raw predictions, utilizing `StreamingRawPredictRequest` and `StreamingRawPredictResponse`."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for writing and completing streams, along with managing responses."],["Multiple versions of the `StreamingRawPredictStream` are available, ranging from version 1.0.0 to the latest 3.22.0, with links to each version's documentation."],["The most recent method for this class is [StreamingRawPredict(CallSettings, BidirectionalStreamingSettings)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1/2.28.0/Google.Cloud.AIPlatform.V1.PredictionServiceClient#Google_Cloud_AIPlatform_V1_PredictionServiceClient_StreamingRawPredict_Google_Api_Gax_Grpc_CallSettings_Google_Api_Gax_Grpc_BidirectionalStreamingSettings_)."]]],[]]