list_retrievers¶
Operation¶
list_retrievers
async
¶
list_retrievers(input: ListRetrieversInput, plugins: list[Plugin] | None = None) -> ListRetrieversOutput
Lists the retriever used by an Amazon Q Business application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListRetrieversInput
|
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 |
|---|---|
ListRetrieversOutput
|
An instance of |
Input¶
ListRetrieversInput
dataclass
¶
Dataclass for ListRetrieversInput structure.