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."],[[["The latest version of the `StreamDirectPredictStream` class is 3.22.0, with a comprehensive list of previous versions from 3.21.0 down to 1.0.0, available for reference."],["`PredictionServiceClient.StreamDirectPredictStream` is an abstract class that supports bidirectional streaming for the `StreamDirectPredict` method."],["The `StreamDirectPredictStream` class inherits from `BidirectionalStreamingBase\u003cStreamDirectPredictRequest, StreamDirectPredictResponse\u003e` and implements `IDisposable`, handling streaming operations and resource cleanup."],["This class is part of the `Google.Cloud.AIPlatform.V1` namespace, within the `Google.Cloud.AIPlatform.V1.dll` assembly."],["The documentation provides links to various inherited members and methods, such as `WriteAsync`, `TryWriteAsync`, `GetResponseStream` and `Dispose` related to bidirectional streaming."]]],[]]