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