public abstract class PredictionServiceClient.StreamDirectPredictStream : BidirectionalStreamingBase<StreamDirectPredictRequest, StreamDirectPredictResponse>, IDisposable
Reference documentation and code samples for the Vertex AI 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 available for `PredictionServiceClient.StreamDirectPredictStream` is 3.22.0, with the documentation detailing the bi-directional streaming capabilities."],["This class, `PredictionServiceClient.StreamDirectPredictStream`, facilitates bidirectional streaming for the `StreamDirectPredict` method within the Vertex AI v1 API, allowing for both sending and receiving data."],["A range of versions, from 1.0.0 up to the latest 3.22.0, are accessible, offering a history of updates and enabling users to reference specific versions of the `StreamDirectPredictStream` class."],["The `PredictionServiceClient.StreamDirectPredictStream` class inherits from `BidirectionalStreamingBase\u003cStreamDirectPredictRequest, StreamDirectPredictResponse\u003e` and implements `IDisposable`, offering methods for managing the stream and its resources."],["The StreamDirectPredict method can be used with both a default CallSetting or a custom BidirectionalStreamingSettings."]]],[]]