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-03-25 UTC."],[[["This documentation details the `DirectRawPredictResponse` class, which is part of the Google Cloud AI Platform v1beta1 API."],["`DirectRawPredictResponse` is a response message used by the `PredictionService.DirectRawPredict` method."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is available in version `1.0.0-beta09`, with newer beta versions like `1.0.0-beta21` and `1.0.0-beta20` also accessible."],["The `DirectRawPredictResponse` class contains an `Output` property of type `ByteString`, which represents the prediction output."]]],[]]