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-21 UTC."],[[["This page provides documentation for the `PredictionServiceClient.StreamDirectPredictStream` class, part of the Google Cloud AI Platform v1 API, focusing on bidirectional streaming."],["The documentation covers a range of versions, from version 1.0.0 up to the latest version, 3.22.0, allowing developers to access information specific to each release."],["`StreamDirectPredictStream` is a class that implements the `IDisposable` interface and inherits from `BidirectionalStreamingBase`, which is used for handling bidirectional streaming."],["The page details the inherited members of the `BidirectionalStreamingBase` class, offering methods for writing, completing, and managing the response stream."],["The content refers to the `StreamDirectPredict` method within the class, and has links for both the requests and responses within the documentation."]]],[]]