Class GoogleCloudAiplatformV1EvaluationPrompt
Prompt to be evaluated.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationPrompt : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PromptTemplateData
Prompt template data.
Declaration
[JsonProperty("promptTemplateData")]
public virtual GoogleCloudAiplatformV1EvaluationPromptPromptTemplateData PromptTemplateData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationPromptPromptTemplateData |
Text
Text prompt.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Fields and values that can be used to populate the prompt template.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |