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 supports bidirectional streaming for raw predict requests and responses, as seen by its relationship to the `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` classes."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing the stream such as writing, completing, and disposing."],["A list of versions of the class is given, ranging from version 1.0.0 to the latest 3.22.0, each version having a hyperlink to it's respective documentation."],["The documented version of this class is version 3.13.0, and the current latest version is 3.22.0, with all previous versions leading back to 1.0.0 included."]]],[]]