public abstract class PredictionServiceClient.StreamDirectRawPredictStream : BidirectionalStreamingBase<StreamDirectRawPredictRequest, StreamDirectRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 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-03-21 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectRawPredictStream` class within the Google Cloud AI Platform v1 API for .NET."],["The `StreamDirectRawPredictStream` class facilitates bidirectional streaming for raw prediction requests and responses, using `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` types."],["The documentation lists the availability of the class across numerous versions, ranging from version 1.0.0 to the latest version 3.22.0, with links to the relevant documentation for each."],["The class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods for managing stream writing and responses, such as `WriteAsync`, `TryWriteAsync`, and `GetResponseStream`."],["The class is found under the `Google.Cloud.AIPlatform.V1` namespace, within the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]