Runs an evaluation of the app.
HTTP request
POST https://ces.googleapis.com/v1beta/{app=projects/*/locations/*/apps/*}:runEvaluation
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
app |
Required. The app to evaluate. Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "evaluations": [ string ], "evaluationDataset": string, "displayName": string, "appVersion": string, "config": { object ( |
| Fields | |
|---|---|
evaluations[] |
Optional. List of evaluations to run. Format: |
evaluationDataset |
Optional. An evaluation dataset to run. Format: |
displayName |
Optional. The display name of the evaluation run. |
appVersion |
Required. The app version to evaluate. Format: |
config |
Optional. The configuration to use for the run. |
personaRunConfigs[] |
Optional. The configuration to use for the run per persona. |
optimizationConfig |
Optional. Configuration for running the optimization step after the evaluation run. If not set, the optimization step will not be run. |
runCount |
Optional. The number of times to run the evaluation. If not set, the default value is 1 per golden, and 5 per scenario. |
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.