public sealed class FulfillmentInput : IMessage<FulfillmentInput>, IEquatable<FulfillmentInput>, IDeepCloneable<FulfillmentInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `FulfillmentInput` class, part of the Google Cloud AI Platform v1beta1 API, is used for specifying input for a fulfillment metric."],["It is a sealed class that inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `FulfillmentInput()` and `FulfillmentInput(FulfillmentInput other)`, for creating new instances and cloning existing ones, respectively."],["It contains two properties, `Instance` and `MetricSpec`, which are required and represent the fulfillment instance and the specification for the fulfillment score metric, respectively."],["This class has a latest version available `1.0.0-beta21`, and a previous version available `1.0.0-beta20`."]]],[]]