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 for .NET."],["The `StreamDirectRawPredictStream` class is designed for bidirectional streaming operations, handling `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` messages."],["The documentation lists various versions of the API, from 1.0.0 to the latest 3.22.0, with links to each version's specific details."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing, completing, and managing the stream, alongside standard object methods."],["The documentation references public methods from the `BidirectionalStreamingBase` class such as TryWriteAsync and WriteCompleteAsync, which are used to manage the sending of requests to the server."]]],[]]