public abstract class PredictionServiceClient.StreamDirectRawPredictStream : BidirectionalStreamingBase<StreamDirectRawPredictRequest, StreamDirectRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PredictionServiceClient.StreamDirectRawPredictStream.
[[["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-09 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamDirectRawPredictStream` class, part of the Cloud AI Platform v1beta1 API in the Google.Cloud.AIPlatform.V1Beta1 namespace, within the .NET framework."],["`StreamDirectRawPredictStream` is an abstract class that facilitates bidirectional streaming of `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` types."],["It supports methods for writing data asynchronously to the stream, such as `WriteAsync` and `TryWriteAsync`, as well as completing the writing process with `WriteCompleteAsync` and `TryWriteCompleteAsync`."],["The class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, and it contains inherited members for handling stream management and disposal, as well as GrpcCall."],["The current latest version documented on the page is 1.0.0-beta21, with a previous version 1.0.0-beta20 also being documented."]]],[]]