public abstract class PredictionServiceClient.StreamDirectRawPredictStream : BidirectionalStreamingBase<StreamDirectRawPredictRequest, StreamDirectRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 API class PredictionServiceClient.StreamDirectRawPredictStream.
[[["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-25 UTC."],[[["This page provides reference documentation for the `PredictionServiceClient.StreamDirectRawPredictStream` class within the Google Cloud AI Platform v1 API, covering versions from 1.0.0 up to the latest, 3.22.0."],["The `StreamDirectRawPredictStream` class is an abstract class designed for handling bidirectional streaming in the context of raw predict requests and responses, using `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` types."],["It implements the `IDisposable` interface and inherits from `BidirectionalStreamingBase`, offering methods for writing, completing, and retrieving responses within a streaming context."],["The documentation covers how to utilize the bidirectional streaming method for `StreamDirectRawPredict` with specific settings like `CallSettings` and `BidirectionalStreamingSettings`."],["The page lists all the available version documentation for this class, offering direct links to each from 1.0.0 up to 3.22.0, allowing developers to find the right version."]]],[]]