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, focusing on its use in bidirectional streaming."],["The `StreamingRawPredictStream` class is an abstract class that inherits from `BidirectionalStreamingBase` and implements `IDisposable` to handle streaming raw predictions."],["This document includes an exhaustive list of available versions of the Cloud AI Platform API starting from version 1.0.0 to the latest 3.22.0, providing links to their respective documentation."],["The class uses `StreamingRawPredictRequest` for sending data and `StreamingRawPredictResponse` for receiving responses, with methods available to write data to the stream and manage the response stream."],["The `StreamingRawPredictStream` offers methods such as `TryWriteAsync`, `WriteAsync`, and `WriteCompleteAsync`, which are used for transmitting data through the stream and signaling the completion of data writing."]]],[]]