public abstract class PredictionServiceClient.StreamingRawPredictStream : BidirectionalStreamingBase<StreamingRawPredictRequest, StreamingRawPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI 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."],[[["The latest version available for `PredictionServiceClient.StreamingRawPredictStream` is 3.22.0, which is part of the Google Cloud AIPlatform V1 API."],["This class implements bidirectional streaming for `StreamingRawPredict`, allowing for sending and receiving data streams between the client and the server."],["`PredictionServiceClient.StreamingRawPredictStream` inherits from `BidirectionalStreamingBase\u003cStreamingRawPredictRequest, StreamingRawPredictResponse\u003e`, which provides core functionality for managing the streaming process."],["The class allows writing and completing a stream of `StreamingRawPredictRequest` messages and can return a stream of `StreamingRawPredictResponse` messages."],["The `PredictionServiceClient.StreamingRawPredictStream` class has versions dating back to 1.0.0, showing a history of updates and iterations."]]],[]]