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-03-25 UTC."],[[["This document provides reference information for the `StreamingRawPredictResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`StreamingRawPredictResponse` is a sealed class that serves as the response message for `PredictionService.StreamingRawPredict`."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and another that takes a `StreamingRawPredictResponse` object as a parameter for copying, and it includes a property called `Output` of type `ByteString`."],["The documentation is for the .NET environment and includes details on assembly, namespace, inherited members, and property value types."]]],[]]