REST Resource: projects.locations.brands.evaluationDatasets

Resource: EvaluationDataset

A dataset of evaluation cases.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "evaluationCases": [
    string
  ],
  "evaluationContext": string
}
Fields
name

string

Identifier. The resource name of the evaluation dataset. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationDatasets/{evaluationDataset}

displayName

string

Required. The human-readable name of the evaluation dataset.

description

string

Optional. The description of the evaluation dataset.

evaluationCases[]

string

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

string

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

create

Creates an EvaluationDataset.

delete

Deletes the specified EvaluationDataset.

get

Gets an EvaluationDataset.

list

Lists EvaluationDatasets.

patch

Updates the specified EvaluationDataset.

run

Runs an evaluation dataset.