CreateEvaluationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for EvaluationService.CreateEvaluation.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The app to create the evaluation for. Format: projects/{project}/locations/{location}/apps/{app}
|
evaluation_id |
str
Optional. The ID to use for the evaluation, which will become the final component of the evaluation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation. |
evaluation |
google.cloud.ces_v1beta.types.Evaluation
Required. The evaluation to create. |