public sealed class CoherenceResult : IMessage<CoherenceResult>, IEquatable<CoherenceResult>, IDeepCloneable<CoherenceResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CoherenceResult.
[[["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."],[[["This documentation details the `CoherenceResult` class, part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is available in two beta versions."],["The `CoherenceResult` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers two constructors, a default and one that takes another `CoherenceResult` object as a parameter, enabling the creation of new instances and cloning."],["It includes properties such as `Confidence`, `Explanation`, and `Score` which all relate to the coherence score, and includes `HasConfidence` and `HasScore` which are booleans to check if the fields have been set."],["The assembly for this class is found in the \"Google.Cloud.AIPlatform.V1Beta1.dll\" file."]]],[]]