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-25 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Cloud AI Platform v1 API, focusing on its use in bidirectional streaming."],["The `StreamingRawPredictStream` class is an implementation of `BidirectionalStreamingBase` that allows for sending `StreamingRawPredictRequest` messages and receiving `StreamingRawPredictResponse` messages."],["The content details the inherited members of the class, like `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and `Dispose`, showing the methods available for interaction with the stream."],["The page includes a comprehensive list of version history for the `StreamingRawPredictStream` method, ranging from version 1.0.0 up to the latest version 3.22.0, allowing users to navigate documentation for prior versions."],["The class is located within the `Google.Cloud.AIPlatform.V1` namespace, and its functionalities are implemented in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]