public abstract class PredictionServiceClient.StreamDirectRawPredictStream : BidirectionalStreamingBase<StreamDirectRawPredictRequest, StreamDirectRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1beta1 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 document provides reference information for the `PredictionServiceClient.StreamDirectRawPredictStream` class within the Google Cloud AI Platform v1beta1 API."],["`StreamDirectRawPredictStream` is an abstract class supporting bidirectional streaming for the `StreamDirectRawPredict` method, utilizing `StreamDirectRawPredictRequest` and `StreamDirectRawPredictResponse` types."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing various methods for managing streaming operations, such as writing requests and handling responses."],["This documentation covers versions beta20 and beta21, with beta21 as the latest release, and includes links to related classes, methods, and inheritance hierarchy within the .NET documentation."]]],[]]