CreateGuardrailRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for AgentService.CreateGuardrail.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the app to create a guardrail in. |
guardrail_id |
str
Optional. The ID to use for the guardrail, which will become the final component of the guardrail's resource name. If not provided, a unique ID will be automatically assigned for the guardrail. |
guardrail |
google.cloud.ces_v1.types.Guardrail
Required. The guardrail to create. |