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-03-21 UTC."],[[["This webpage provides documentation for the `PredictionServiceClient.StreamingRawPredictStream` class, a part of the Cloud AI Platform v1 API within the .NET ecosystem."],["The class supports bidirectional streaming for raw predictions, as indicated by its inheritance from `BidirectionalStreamingBase\u003cStreamingRawPredictRequest, StreamingRawPredictResponse\u003e`."],["The documentation lists various versions of the API, from version 1.0.0 up to the latest version 3.22.0, along with their respective links to the documentation for the `StreamingRawPredictStream` class."],["The `PredictionServiceClient.StreamingRawPredictStream` class allows for writing and completing streaming requests, as well as accessing the response stream, inheriting methods for these actions from the `BidirectionalStreamingBase` class."],["The class implements the `IDisposable` interface, indicating that it manages unmanaged resources that need to be disposed of after use."]]],[]]