REST Resource: projects.locations.brands.evaluationDatasetResults

Resource: EvaluationDatasetResult

An evaluation dataset result.

JSON representation
{
  "name": string,
  "evaluationDataset": string,
  "evaluationCaseResults": [
    string
  ]
}
Fields
name

string

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

evaluationDataset

string

Output only. The evaluation dataset reference this result is associated with. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationDatasets/{evaluationDataset}

evaluationCaseResults[]

string

Output only. The list of evaluation case results for the evaluation dataset. Format: projects/{project}/locations/{location}/brands/{brand}/evaluationCaseResults/{evaluation_case_result}

Methods

delete

Deletes the specified EvaluationDatasetResult.

get

Gets an EvaluationDatasetResult.

list

Lists EvaluationDatasetResults.