public abstract class PredictionServiceClient.StreamingRawPredictStream : BidirectionalStreamingBase<StreamingRawPredictRequest, StreamingRawPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 API class PredictionServiceClient.StreamingRawPredictStream.
[[["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-02 UTC."],[[["This webpage provides documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Cloud AI Platform v1 API in the .NET library."],["The class `PredictionServiceClient.StreamingRawPredictStream` is a bidirectional streaming implementation, handling both requests (`StreamingRawPredictRequest`) and responses (`StreamingRawPredictResponse`)."],["The documentation covers various versions of the library, ranging from version 1.0.0 to the latest 3.22.0, and includes links to specific version details."],["The listed methods and properties are inherited from the `BidirectionalStreamingBase` class and the object class, containing methods such as `TryWriteAsync`, `WriteAsync`, and `GetResponseStream`, amongst others."],["The class implements the `IDisposable` interface and is found within the `Google.Cloud.AIPlatform.V1` namespace, contained in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]