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 webpage provides reference documentation for the `PredictionServiceClient.StreamDirectRawPredictStream` class within the Google Cloud AI Platform v1 API, which is part of the .NET library."],["The class is designed for bidirectional streaming, allowing both sending and receiving data for raw predictions using `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse`."],["This document covers the `StreamDirectRawPredictStream` class across a wide range of versions, starting from version 1.0.0 up to the latest version, 3.22.0, and version 3.2.0 is the version that the documentation is tied to."],["The `StreamDirectRawPredictStream` class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, providing methods for managing the stream's lifecycle and writing data."],["The page contains links to the inherited methods of `BidirectionalStreamingBase`, such as `TryWriteAsync`, `WriteAsync`, and `GetResponseStream` as well as methods from the object class."]]],[]]