Cloud AI Platform v1beta1 API - Class FulfillmentInstance (1.0.0-beta03)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FulfillmentInstance.

Spec for fulfillment instance.

Inheritance

object > FulfillmentInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

FulfillmentInstance()

public FulfillmentInstance()

FulfillmentInstance(FulfillmentInstance)

public FulfillmentInstance(FulfillmentInstance other)
Parameter
Name Description
other FulfillmentInstance

Properties

HasInstruction

public bool HasInstruction { get; }

Gets whether the "instruction" field is set

Property Value
Type Description
bool

HasPrediction

public bool HasPrediction { get; }

Gets whether the "prediction" field is set

Property Value
Type Description
bool

Instruction

public string Instruction { get; set; }

Required. Inference instruction prompt to compare prediction with.

Property Value
Type Description
string

Prediction

public string Prediction { get; set; }

Required. Output of the evaluated model.

Property Value
Type Description
string