public sealed class GroundednessInput : IMessage<GroundednessInput>, IEquatable<GroundednessInput>, IDeepCloneable<GroundednessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GroundednessInput.
[[["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-04-09 UTC."],[[["The `GroundednessInput` class, part of the Cloud AI Platform v1beta1 API, is used as input for the groundedness metric."],["`GroundednessInput` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor, and another which accepts a `GroundednessInput` object."],["It features two properties, `Instance` of type `GroundednessInstance`, representing the groundedness instance, and `MetricSpec` of type `GroundednessSpec`, which represents the spec for the groundedness metric, both required."],["The `GroundednessInput` class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]