public sealed class FulfillmentInput : IMessage<FulfillmentInput>, IEquatable<FulfillmentInput>, IDeepCloneable<FulfillmentInput>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FulfillmentInput.
Input for fulfillment metric.
Implements
IMessageFulfillmentInput, IEquatableFulfillmentInput, IDeepCloneableFulfillmentInput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FulfillmentInput()
public FulfillmentInput()FulfillmentInput(FulfillmentInput)
public FulfillmentInput(FulfillmentInput other)| Parameter | |
|---|---|
| Name | Description |
other |
FulfillmentInput |
Properties
Instance
public FulfillmentInstance Instance { get; set; }Required. Fulfillment instance.
| Property Value | |
|---|---|
| Type | Description |
FulfillmentInstance |
|
MetricSpec
public FulfillmentSpec MetricSpec { get; set; }Required. Spec for fulfillment score metric.
| Property Value | |
|---|---|
| Type | Description |
FulfillmentSpec |
|