public sealed class StreamingPredictResponse : IMessage<StreamingPredictResponse>, IEquatable<StreamingPredictResponse>, IDeepCloneable<StreamingPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamingPredictResponse.
Response message for
[PredictionService.StreamingPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamingPredict].
[[["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-09 UTC."],[[["The `StreamingPredictResponse` class is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class serves as the response message for the `PredictionService.StreamingPredict` method, handling streaming predictions."],["`StreamingPredictResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties for `Outputs`, which is a `RepeatedField` containing prediction output, and `Parameters`, which is a `Tensor` object that defines prediction governing parameters."],["There are two constructors for the `StreamingPredictResponse` class: a default constructor and one that takes another `StreamingPredictResponse` object as input."]]],[]]