public sealed class FulfillmentInstance : IMessage<FulfillmentInstance>, IEquatable<FulfillmentInstance>, IDeepCloneable<FulfillmentInstance>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FulfillmentInstance.
Spec for fulfillment instance.
Implements
IMessageFulfillmentInstance, IEquatableFulfillmentInstance, IDeepCloneableFulfillmentInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|