public sealed class FulfillmentInstance : IMessage<FulfillmentInstance>, IEquatable<FulfillmentInstance>, IDeepCloneable<FulfillmentInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `FulfillmentInstance` class, part of the Google Cloud AI Platform v1beta1 API, used for specifying a fulfillment instance."],["The `FulfillmentInstance` class is a sealed class inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor and one that accepts another `FulfillmentInstance` as a parameter for cloning."],["The class includes properties like `HasInstruction`, `HasPrediction`, `Instruction`, and `Prediction`, which are used for managing and comparing inference instructions and model predictions."],["The `FulfillmentInstance` is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]