public sealed class StreamingRawPredictResponse : IMessage<StreamingRawPredictResponse>, IEquatable<StreamingRawPredictResponse>, IDeepCloneable<StreamingRawPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamingRawPredictResponse.
Response message for
[PredictionService.StreamingRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamingRawPredict].
[[["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."],[[["This documentation covers the `StreamingRawPredictResponse` class, which is part of the Google Cloud AI Platform v1beta1 API."],["`StreamingRawPredictResponse` is the response message for the `PredictionService.StreamingRawPredict` method."],["The class inherits from `object` and implements multiple interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new instance and for cloning an existing `StreamingRawPredictResponse` object."],["The `Output` property, of type `ByteString`, represents the prediction output of the response."]]],[]]