public sealed class CoherenceInstance : IMessage<CoherenceInstance>, IEquatable<CoherenceInstance>, IDeepCloneable<CoherenceInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CoherenceInstance.
[[["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 `CoherenceInstance` class, part of the Cloud AI Platform v1beta1 API, provides a specification for a coherence instance within the `Google.Cloud.AIPlatform.V1Beta1` namespace, with version 1.0.0-beta02 being the currently displayed version."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in data handling and object manipulation."],["`CoherenceInstance` objects can be constructed with either a default constructor or a copy constructor that accepts another `CoherenceInstance` object as a parameter."],["The class includes two properties, `HasPrediction`, a boolean indicating if the \"prediction\" field is set, and `Prediction`, a string representing the evaluated model's output."]]],[]]