Resource: EvaluationDataset
A dataset of evaluation cases.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "evaluationCases": [ string ], "evaluationContext": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the evaluation dataset. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationDatasets/{evaluationDataset} |
displayName |
Required. The human-readable name of the evaluation dataset. |
description |
Optional. The description of the evaluation dataset. |
evaluationCases[] |
Optional. The list of evaluation cases references for this dataset. Each case with the following format: projects/{project}/locations/{location}/brands/{brand}/evaluationCases/{evaluationCase} |
evaluationContext |
Optional. Optional evaluation context to use for the evaluation dataset. If set, this overrides the evaluation context set in the individual evaluation cases. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationContexts/{evaluationContext} |
Methods |
|
|---|---|
|
Creates an EvaluationDataset. |
|
Deletes the specified EvaluationDataset. |
|
Gets an EvaluationDataset. |
|
Lists EvaluationDatasets. |
|
Updates the specified EvaluationDataset. |
|
Runs an evaluation dataset. |