public sealed class StreamDirectRawPredictResponse : IMessage<StreamDirectRawPredictResponse>, IEquatable<StreamDirectRawPredictResponse>, IDeepCloneable<StreamDirectRawPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamDirectRawPredictResponse.
Response message for
[PredictionService.StreamDirectRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamDirectRawPredict].
[[["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 is for the `StreamDirectRawPredictResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `StreamDirectRawPredictResponse` class is a response message used in the `PredictionService.StreamDirectRawPredict` operation, designed for raw prediction output."],["This class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for the purposes of this API."],["The `StreamDirectRawPredictResponse` class includes a constructor that can create a new instance or clone an existing one, and contains an `Output` property of type `ByteString` that holds the actual prediction data."]]],[]]