public abstract class PredictionServiceClient.StreamingRawPredictStream : BidirectionalStreamingBase<StreamingRawPredictRequest, StreamingRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1beta1 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-04-09 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Google Cloud AI Platform v1beta1 API."],["The `StreamingRawPredictStream` class enables bidirectional streaming of raw prediction requests and responses, using `StreamingRawPredictRequest` and `StreamingRawPredictResponse`."],["It is a subclass of `BidirectionalStreamingBase` and implements the `IDisposable` interface for managing resources."],["This class supports methods such as `WriteAsync`, `TryWriteAsync`, `WriteCompleteAsync`, and `TryWriteCompleteAsync` for sending requests, and `GetResponseStream` for receiving responses."],["The documented class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]