prefect.server.api.clients
WorkPoolsOrchestrationClient
Bases: BaseClient
Source code in src/prefect/server/api/clients.py
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
|
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
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
|