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."],[[["This webpage provides documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Google Cloud AI Platform V1 API."],["The `StreamingRawPredictStream` class facilitates bidirectional streaming of raw prediction requests and responses using the `StreamingRawPredict` method."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods to manage the streaming process, such as writing requests, completing writes, and getting response streams."],["The page lists available documentation for various versions of the API, ranging from version 1.0.0 to the latest version 3.22.0, allowing users to access version-specific information."],["This documentation outlines how to use the `StreamingRawPredictRequest` and `StreamingRawPredictResponse` types for making and receiving predictions."]]],[]]