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."],[[["The `DirectRawPredictResponse` class is a response message for the `PredictionService.DirectRawPredict` method within the Cloud AI Platform v1beta1 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DirectRawPredictResponse` class is in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It includes two constructors: a default one and another that takes a `DirectRawPredictResponse` object as a parameter to copy it."],["The class contains a single property, `Output`, of type `ByteString`, which represents the prediction output."]]],[]]