public sealed class GroundednessResult : IMessage<GroundednessResult>, IEquatable<GroundednessResult>, IDeepCloneable<GroundednessResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GroundednessResult.
[[["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."],[[["The `GroundednessResult` class, part of the Vertex AI v1beta1 API, represents a specification for groundedness results and is available in the latest version `1.0.0-beta21`."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Confidence`, `Explanation`, and `Score`, which provide information about the groundedness score and its associated details."],["Constructors are available to create a new `GroundednessResult` instance, including one that can copy from an existing `GroundednessResult` object."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]