public abstract class PredictionServiceClient.StreamingRawPredictStream : BidirectionalStreamingBase<StreamingRawPredictRequest, StreamingRawPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI v1beta1 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 within the Vertex AI v1beta1 API, specifically in the .NET context."],["`StreamingRawPredictStream` is an abstract class that facilitates bidirectional streaming for raw predictions, based on the `BidirectionalStreamingBase` class, and is compatible with `StreamingRawPredictRequest` and `StreamingRawPredictResponse` types."],["The class inherits members from `BidirectionalStreamingBase`, including methods for writing, completing, and accessing the response stream, as well as handling gRPC calls and disposes of resources implementing the `IDisposable` interface."],["The latest version of the documentation is `1.0.0-beta21`, with an older version of `1.0.0-beta20` also available for reference."]]],[]]