public sealed class DirectRawPredictResponse : IMessage<DirectRawPredictResponse>, IEquatable<DirectRawPredictResponse>, IDeepCloneable<DirectRawPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DirectRawPredictResponse.
Response message for
[PredictionService.DirectRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.DirectRawPredict].
[[["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 page provides reference documentation for the `DirectRawPredictResponse` class within the Google Cloud AI Platform v1beta1 API."],["`DirectRawPredictResponse` is a response message used by `PredictionService.DirectRawPredict`."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a single property `Output`, which is of type `ByteString` and represents the prediction output."],["Two constructors are available: a default constructor and one that takes another `DirectRawPredictResponse` object as a parameter."]]],[]]