delete_model_invocation_logging_configuration¶
Operation¶
delete_model_invocation_logging_configuration
async
¶
delete_model_invocation_logging_configuration(input: DeleteModelInvocationLoggingConfigurationInput, plugins: list[Plugin] | None = None) -> DeleteModelInvocationLoggingConfigurationOutput
Delete the invocation logging.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteModelInvocationLoggingConfigurationInput
|
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 |
|---|---|
DeleteModelInvocationLoggingConfigurationOutput
|
An instance of |
Input¶
DeleteModelInvocationLoggingConfigurationInput
dataclass
¶
Dataclass for DeleteModelInvocationLoggingConfigurationInput structure.
Output¶
DeleteModelInvocationLoggingConfigurationOutput
dataclass
¶
Dataclass for DeleteModelInvocationLoggingConfigurationOutput structure.