Class GoogleCloudAiplatformV1beta1EvaluationRequest
Single evaluation request.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1EvaluationRequest : IDirectResponseSchema
Properties
CandidateResponses
Optional. Responses from model under test and other baseline models for comparison.
Declaration
[JsonProperty("candidateResponses")]
public virtual IList<GoogleCloudAiplatformV1beta1CandidateResponse> CandidateResponses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1beta1CandidateResponse> |
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 GoogleCloudAiplatformV1beta1CandidateResponse GoldenResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1CandidateResponse |
Prompt
Required. The request/prompt to evaluate.
Declaration
[JsonProperty("prompt")]
public virtual GoogleCloudAiplatformV1beta1EvaluationPrompt Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1EvaluationPrompt |
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, GoogleCloudAiplatformV1beta1RubricGroup> Rubrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudAiplatformV1beta1RubricGroup> |