public sealed class GroundednessInstance : IMessage<GroundednessInstance>, IEquatable<GroundednessInstance>, IDeepCloneable<GroundednessInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GroundednessInstance.
[[["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."],[[["This documentation is for the `GroundednessInstance` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`GroundednessInstance` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and represents a spec for groundedness instances."],["The class has two constructors: a default one, and one that accepts another `GroundednessInstance` object for initialization."],["`GroundednessInstance` includes properties `Context` and `Prediction`, which are strings and are used to provide background information and the output of the evaluated model respectively."],["There are also boolean properties `HasContext` and `HasPrediction` that are used to verify if the `Context` and `Prediction` fields are set respectively."]]],[]]