Skip to content

Commit

Permalink
Reset Request Tags being out of sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Meadows committed Aug 14, 2020
1 parent e20ac1a commit 57000fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/python/python_wrapping_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ For more details on custom metrics and the format of the metric dict see [here](

There is an [example notebook illustrating a model with custom metrics in python](../examples/custom_metrics.html).

### Custom Meta Data
### Custom Request Tags
```from version 0.3```

To add custom meta data you can add an optional method ```tags``` which can return a dict of custom meta tags as shown in the example below:
To add custom request tags you can add an optional method ```tags``` which can return a dict of custom meta tags as shown in the example below:

```python
class MyModel(object):
Expand Down

0 comments on commit 57000fb

Please sign in to comment.