From c75d429064d485221df179d3618b701abce1880f Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 21 Nov 2024 10:41:18 +0530 Subject: [PATCH] SK-1749: Fixed tokenize parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5345ea8..cb05a36 100644 --- a/README.md +++ b/README.md @@ -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