list_datasets¶
Operation¶
list_datasets
async
¶
list_datasets(input: ListDatasetsInput, plugins: list[Plugin] | None = None) -> ListDatasetsOutput
Lists all datasets in the caller's account, paginated.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListDatasetsInput
|
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 |
|---|---|
ListDatasetsOutput
|
An instance of |
Input¶
ListDatasetsInput
dataclass
¶
Dataclass for ListDatasetsInput structure.