get_model_invocation_logging_configuration¶
Operation¶
get_model_invocation_logging_configuration
async
¶
get_model_invocation_logging_configuration(input: GetModelInvocationLoggingConfigurationInput, plugins: list[Plugin] | None = None) -> GetModelInvocationLoggingConfigurationOutput
Get the current configuration values for model invocation logging.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetModelInvocationLoggingConfigurationInput
|
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 |
|---|---|
GetModelInvocationLoggingConfigurationOutput
|
An instance of |
Input¶
GetModelInvocationLoggingConfigurationInput
dataclass
¶
Dataclass for GetModelInvocationLoggingConfigurationInput structure.
Output¶
GetModelInvocationLoggingConfigurationOutput
dataclass
¶
Dataclass for GetModelInvocationLoggingConfigurationOutput structure.
Attributes¶
logging_config
class-attribute
instance-attribute
¶
logging_config: LoggingConfig | None = None
The current configuration values.