prefect.server.api.clients
WorkPoolsOrchestrationClient
Bases: BaseClient
Source code in src/prefect/server/api/clients.py
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
|
read_work_pool(work_pool_name)
async
Reads information for a given work pool Args: work_pool_name: The name of the work pool to for which to get information. Returns: Information about the requested work pool.
Source code in src/prefect/server/api/clients.py
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
|