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-03-21 UTC."],[[["This documentation covers the `FulfillmentInput` class, which is part of the Cloud AI Platform v1beta1 API and is used as input for fulfillment metrics."],["`FulfillmentInput` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, a default constructor `FulfillmentInput()` and one that takes another `FulfillmentInput` instance for copying, `FulfillmentInput(FulfillmentInput other)`."],["`FulfillmentInput` has two key properties: `Instance` of type `FulfillmentInstance` and `MetricSpec` of type `FulfillmentSpec`, both of which are required."]]],[]]