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-04-01 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectPredictStream` class within the Google Cloud AI Platform v1 API."],["The class `PredictionServiceClient.StreamDirectPredictStream` is an implementation of `BidirectionalStreamingBase` for handling bidirectional streaming of `StreamDirectPredictRequest` and `StreamDirectPredictResponse` objects."],["The documentation lists a range of versions, from 1.0.0 up to the latest version 3.22.0, of the `StreamDirectPredictStream` class, each with links to their respective reference pages."],["`StreamDirectPredict` is the method that handles the bidirectional streaming of data and uses `PredictionServiceClient.StreamDirectPredictStream` for that purpose."],["The `PredictionServiceClient.StreamDirectPredictStream` class implements the `IDisposable` interface, offering methods to manage and dispose of resources."]]],[]]