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-04-08 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamingRawPredictStream` class within the Google Cloud AI Platform V1 API."],["The class `PredictionServiceClient.StreamingRawPredictStream` is an abstract class designed for bidirectional streaming, handling `StreamingRawPredictRequest` and `StreamingRawPredictResponse` types."],["The documentation lists available versions of the class, ranging from the latest version 3.22.0 down to version 1.0.0, allowing users to navigate to specific releases."],["The `StreamingRawPredictStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing streaming data and resources, such as writing data and handling responses."],["The methods outlined, including `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and `Dispose`, provide developers with tools to manage bidirectional streaming interactions."]]],[]]