public abstract class PredictionServiceClient.StreamingPredictStream : BidirectionalStreamingBase<StreamingPredictRequest, StreamingPredictResponse>, IDisposable
Reference documentation and code samples for the Cloud AI Platform v1 API class PredictionServiceClient.StreamingPredictStream.
[[["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 page provides documentation for the `PredictionServiceClient.StreamingPredictStream` class within the Google Cloud AI Platform V1 API for .NET."],["It details the available versions of `StreamingPredictStream`, ranging from the latest version 3.22.0 down to version 1.0.0, each with links to its respective documentation."],["The `StreamingPredictStream` class is designed for bidirectional streaming operations, handling both `StreamingPredictRequest` and `StreamingPredictResponse` types."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, giving it methods for writing, completing, and managing the stream, along with other members."],["The `StreamingPredict` method provided allows for bidirectional streaming communication with the API, given certain settings and parameters."]]],[]]