public sealed class FulfillmentInstance : IMessage<FulfillmentInstance>, IEquatable<FulfillmentInstance>, IDeepCloneable<FulfillmentInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FulfillmentInstance.
[[["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."],[[["The `FulfillmentInstance` class in the Vertex AI v1beta1 API serves as a specification for fulfillment instances, as part of the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class, found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FulfillmentInstance` class includes constructors to create instances and properties such as `HasInstruction`, `HasPrediction`, `Instruction`, and `Prediction`, which are used for managing the instructions and outputs of evaluated models."],["There are two versions of this class, `1.0.0-beta21` and `1.0.0-beta20`, with the former being the latest."]]],[]]