public sealed class FulfillmentInput : IMessage<FulfillmentInput>, IEquatable<FulfillmentInput>, IDeepCloneable<FulfillmentInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FulfillmentInput.
[[["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 `FulfillmentInput` class, part of the Vertex AI v1beta1 API, serves as input for fulfillment metrics within the Google Cloud AI Platform."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which inherit from the object base."],["`FulfillmentInput` can be constructed using either a default constructor or a copy constructor that takes another `FulfillmentInput` instance as a parameter."],["The `FulfillmentInput` class has two properties, `Instance` and `MetricSpec`, representing the fulfillment instance and the spec for the fulfillment score metric, both of which are required."],["This documentation covers the latest version 1.0.0-beta21, and an older 1.0.0-beta20 is also available for reference."]]],[]]