public sealed class FluencyInstance : IMessage<FluencyInstance>, IEquatable<FluencyInstance>, IDeepCloneable<FluencyInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FluencyInstance.
[[["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 `FluencyInstance` class is part of the Cloud AI Platform v1beta1 API, representing a specification for a fluency instance, as referenced in its documentation and code samples."],["This class, found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FluencyInstance` provides two constructors, one default and another that takes an existing `FluencyInstance` object for copying."],["It includes properties like `HasPrediction` (a boolean indicating if a prediction field is set) and `Prediction` (a string that is the required output of the evaluated model)."]]],[]]