public sealed class DirectRawPredictResponse : IMessage<DirectRawPredictResponse>, IEquatable<DirectRawPredictResponse>, IDeepCloneable<DirectRawPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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 the response message for the `PredictionService.DirectRawPredict` method within the Vertex AI v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `DirectRawPredictResponse` class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It features two constructors: a default constructor `DirectRawPredictResponse()` and a copy constructor `DirectRawPredictResponse(DirectRawPredictResponse other)` that accepts another `DirectRawPredictResponse` instance."],["It contains a single property named `Output` of type `ByteString`, which holds the prediction output."]]],[]]