delete_enforced_guardrail_configuration¶
Operation¶
delete_enforced_guardrail_configuration
async
¶
delete_enforced_guardrail_configuration(input: DeleteEnforcedGuardrailConfigurationInput, plugins: list[Plugin] | None = None) -> DeleteEnforcedGuardrailConfigurationOutput
Deletes the account-level enforced guardrail configuration.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteEnforcedGuardrailConfigurationInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteEnforcedGuardrailConfigurationOutput
|
An instance of |
Input¶
DeleteEnforcedGuardrailConfigurationInput
dataclass
¶
Output¶
DeleteEnforcedGuardrailConfigurationOutput
dataclass
¶
Dataclass for DeleteEnforcedGuardrailConfigurationOutput structure.