Class GoogleCloudAiplatformV1EvaluationRequest
Single evaluation request.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationRequest : IDirectResponseSchema
Properties
CandidateResponses
Optional. Responses from model under test and other baseline models for comparison.
Declaration
[JsonProperty("candidateResponses")]
public virtual IList<GoogleCloudAiplatformV1CandidateResponse> CandidateResponses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1CandidateResponse> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoldenResponse
Optional. The Ideal response or ground truth.
Declaration
[JsonProperty("goldenResponse")]
public virtual GoogleCloudAiplatformV1CandidateResponse GoldenResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1CandidateResponse |
Prompt
Required. The request/prompt to evaluate.
Declaration
[JsonProperty("prompt")]
public virtual GoogleCloudAiplatformV1EvaluationPrompt Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationPrompt |
Rubrics
Optional. Named groups of rubrics associated with this prompt. The key is a user-defined name for the rubric group.
Declaration
[JsonProperty("rubrics")]
public virtual IDictionary<string, GoogleCloudAiplatformV1RubricGroup> Rubrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudAiplatformV1RubricGroup> |