Cloud AI Platform v1 API - Class FulfillmentInput (3.6.0)

public sealed class FulfillmentInput : IMessage<FulfillmentInput>, IEquatable<FulfillmentInput>, IDeepCloneable<FulfillmentInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FulfillmentInput.

Input for fulfillment metric.

Inheritance

object > FulfillmentInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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