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."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Vertex AI v1 API for .NET, which is a part of the `Google.Cloud.AIPlatform.V1` namespace."],["The `StreamDirectPredictStream` class allows for bidirectional streaming of prediction requests and responses using `StreamDirectPredictRequest` and `StreamDirectPredictResponse` objects."],["The documentation covers multiple versions of the API, from the latest version 3.22.0 down to version 1.0.0, with each version having its own specific documentation."],["This class implements the `IDisposable` interface and inherits functionalities from the `BidirectionalStreamingBase` class, which offers methods for managing the stream such as writing and completing the stream."],["The page serves as a comprehensive guide to using the `StreamDirectPredictStream` class, including code examples and inherited members and all available versions."]]],[]]