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 an abstract class designed for bidirectional streaming of prediction requests and responses, utilizing `StreamDirectPredictRequest` and `StreamDirectPredictResponse` types."],["The documentation lists the availability of the class across numerous versions, ranging from version 1.0.0 up to the latest version 3.22.0, with version 3.4.0 being the currently viewed version."],["The class inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, providing methods to manage the stream such as writing requests, completing writes, and accessing the response stream."],["The `StreamDirectPredict` method, with optional `CallSettings` and `BidirectionalStreamingSettings`, uses this stream class to create bidirectional stream connections."]]],[]]