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-03-25 UTC."],[[["`PredictionServiceClient.StreamingRawPredictStream` is a class within the Cloud AI Platform v1beta1 API, designed for bidirectional streaming."],["It supports the `StreamingRawPredict` method, allowing for two-way communication using `StreamingRawPredictRequest` and `StreamingRawPredictResponse` objects."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, managing stream-related operations and resource cleanup."],["Key methods include `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, and `GetResponseStream` for sending requests, completing the stream, and receiving responses."],["The latest version of this API is `1.0.0-beta21`, as indicated in the provided documentation, with `1.0.0-beta20` also being documented."]]],[]]