Strategy Methods
Strategy methods allow you to create and manage AI-generated extraction strategies. See the MeterClient reference for complete method signatures.Quick reference
| Method | Description |
|---|---|
generate_strategy() | Generate a new extraction strategy using AI |
refine_strategy() | Improve an existing strategy with feedback |
list_strategies() | List all strategies |
get_strategy() | Get details for a specific strategy |
delete_strategy() | Delete a strategy and associated data |
Common workflows
Generate and refine
List and filter
Batch operations
See also
Full Method Reference
Complete parameter and return type documentation
Strategies Concept
Understand strategy lifecycle and best practices
REST API
Strategy endpoints in the REST API
Quick Start
Generate your first strategy