public abstract class PredictionServiceClient.StreamDirectRawPredictStream : BidirectionalStreamingBase<StreamDirectRawPredictRequest, StreamDirectRawPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1beta1 API class PredictionServiceClient.StreamDirectRawPredictStream.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This document provides reference information for the `PredictionServiceClient.StreamDirectRawPredictStream` class within the Vertex AI v1beta1 API."],["The `StreamDirectRawPredictStream` class is a bidirectional streaming service for handling `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` messages."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for writing, completing, and managing the stream, such as `WriteAsync`, `WriteCompleteAsync`, and `Dispose`."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]