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 reference documentation for the `PredictionServiceClient.StreamingRawPredictStream` class within the Google Cloud AI Platform v1 API."],["The class supports bidirectional streaming for raw predictions, using `StreamingRawPredictRequest` and `StreamingRawPredictResponse` objects."],["The content includes a list of available versions for the API, ranging from version 1.0.0 up to the latest, 3.22.0, and a selected current one, 3.11.0."],["`PredictionServiceClient.StreamingRawPredictStream` inherits from `BidirectionalStreamingBase` and implements the `IDisposable` interface, offering methods for writing and completing streaming operations, and handling the response stream."],["The listed inherited members offer specific functionalities, such as `TryWriteAsync`, `WriteAsync`, `GetResponseStream` and `Dispose`, all related to managing the bidirectional stream of data."]]],[]]