public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1beta1 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-04-09 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Cloud AI Platform v1beta1 API, specifically for the .NET library."],["`PredictionServiceClient.StreamDirectPredictStream` is an abstract class that implements bidirectional streaming for the `StreamDirectPredict` method, which uses `StreamDirectPredictRequest` and `StreamDirectPredictResponse`."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for managing the bidirectional stream like writing, completing, and getting the response stream."],["The latest version of the class is `1.0.0-beta21`, with older versions like `1.0.0-beta20` also available."],["The documented class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]