public sealed class DirectPredictResponse : IMessage<DirectPredictResponse>, IEquatable<DirectPredictResponse>, IDeepCloneable<DirectPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DirectPredictResponse.
Response message for
[PredictionService.DirectPredict][google.cloud.aiplatform.v1beta1.PredictionService.DirectPredict].
[[["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-21 UTC."],[[["`DirectPredictResponse` is a class within the Vertex AI v1beta1 API, specifically found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, representing the response message for the `PredictionService.DirectPredict` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class has two constructors, one default and another that accepts an existing `DirectPredictResponse` object as a parameter for creating a copy."],["`DirectPredictResponse` contains two key properties: `Outputs`, which is a `RepeatedField` of `Tensor` representing the prediction output, and `Parameters`, which is a `Tensor` that holds the parameters governing the prediction."],["The most recent version of `DirectPredictResponse` is `1.0.0-beta21`, which can be found at the `latest` documentation URL."]]],[]]