Optional. Autorater config used for evaluation. Currently only publisher Gemini models are supported. Format:projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL}.
Response body
If successful, the response body contains an instance ofOperation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# Method: locations.evaluateDataset\n\n**Full name**: projects.locations.evaluateDataset\n\nEvaluates a dataset based on a set of given metrics. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{location}:evaluateDataset` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`location` `string` \nRequired. The resource name of the Location to evaluate the dataset. Format: `projects/{project}/locations/{location}`\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `dataset` `object (`[EvaluationDataset](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tuningJobs#EvaluationDataset)`)` \nRequired. The dataset used for evaluation.\n`metrics[]` `object (`[Metric](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tuningJobs#Metric)`)` \nRequired. The metrics used for evaluation.\n`outputConfig` `object (`[OutputConfig](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tuningJobs#OutputConfig)`)` \nRequired. Config for evaluation output.\n`autoraterConfig` `object (`[AutoraterConfig](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tuningJobs#AutoraterConfig)`)` \nOptional. Autorater config used for evaluation. Currently only publisher Gemini models are supported. Format: `projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL}.` \n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/vertex-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation)."]]