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.21.0."],["The `StreamingRawPredictStream` class is an abstract class that handles bidirectional streaming for raw prediction requests and responses using `StreamingRawPredictRequest` and `StreamingRawPredictResponse`."],["This class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, providing methods for managing the stream's lifecycle and communication."],["The documentation includes links to various versions of the API, ranging from version 3.22.0 (latest) down to 1.0.0, offering a historical view of the API's evolution, and the documentation for the methods inherited from `BidirectionalStreamingBase`."],["The most current information on the `StreamingRawPredictStream` can be found in version 3.22.0, linked at the top of the list of versions."]]],[]]