Skip to content

Commit

Permalink
SK-1749: Fixed tokenize parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Nov 21, 2024
1 parent f8f8f8d commit c75d429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ DetokenizeResponse(

### Tokenize

To tokenize data, use the `tokenize` method. The `TokenizeRequest` class is utilized to create a tokenize request. In this request, you specify the `tokenize_parameters` parameter, which is a list of dictionaries. Each dictionary contains two keys: `value` and `column_group`.
To tokenize data, use the `tokenize` method. The `TokenizeRequest` class is utilized to create a tokenize request. In this request, you specify the `values` parameter, which is a list of dictionaries. Each dictionary contains two keys: `value` and `column_group`.

```python
from skyflow.vault.tokens import TokenizeRequest
Expand Down

0 comments on commit c75d429

Please sign in to comment.