public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 API class PredictionServiceClient.StreamDirectPredictStream.
[[["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-25 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Google Cloud AI Platform v1 API."],["The class `PredictionServiceClient.StreamDirectPredictStream` is a `BidirectionalStreamingBase` implementation for handling bidirectional streaming of `StreamDirectPredictRequest` and `StreamDirectPredictResponse`."],["This class offers methods for managing asynchronous writes to a stream including `TryWriteAsync`, `WriteAsync`, and `WriteCompleteAsync`, as well as access to the response stream with `GetResponseStream`."],["The page lists the availability of this class across multiple versions of the API, ranging from version 1.0.0 to the latest version, 3.22.0, for use with the Cloud AI Platform v1 API class."],["The `StreamDirectPredictStream` class implements the `IDisposable` interface and includes inherited members from `BidirectionalStreamingBase` and `object`."]]],[]]