|
2 | 2 | "cells": [ |
3 | 3 | { |
4 | 4 | "cell_type": "raw", |
5 | | - "id": "3bc6cad3", |
6 | | - "metadata": {}, |
7 | 5 | "source": [ |
8 | | - "qweews@notebook{feature_store-querying.ipynb,\n", |
9 | | - " title: Using feature store for feature querying using pandas like interface for query and join,\n", |
10 | | - " summary: Feature store quickstart guide to perform feature querying using pandas like interface for query and join.,\n", |
| 6 | + "qweews@notebook{feature_store_pii_redaction_and_transformation.ipynb,\n", |
| 7 | + " title: Use feature store to perform PII data redaction, summarization, translation using openai,\n", |
| 8 | + " summary: Use feature store to perform PII data redaction, summarization, translation using openai.,\n", |
11 | 9 | " developed_on: pyspark32_p38_cpu_feature_store_v1,\n", |
12 | 10 | " keywords: feature store, querying,\n", |
13 | 11 | " license: Universal Permissive License v 1.0\n", |
14 | 12 | "}" |
15 | | - ] |
| 13 | + ], |
| 14 | + "metadata": { |
| 15 | + "collapsed": false |
| 16 | + } |
16 | 17 | }, |
17 | 18 | { |
18 | 19 | "cell_type": "code", |
|
265 | 266 | "outputs": [], |
266 | 267 | "source": [ |
267 | 268 | "import ads\n", |
268 | | - "ads.set_auth(auth=\"resource_principal\", client_kwargs={\"service_endpoint\": \"https://fnk6p6iswuttzxwffxq6uwpj2u.apigateway.us-ashburn-1.oci.customer-oci.com/20230101\"})" |
| 269 | + "ads.set_auth(auth=\"resource_principal\", client_kwargs={\"service_endpoint\": \"<api_path>\"})" |
269 | 270 | ] |
270 | 271 | }, |
271 | 272 | { |
|
292 | 293 | "import os\n", |
293 | 294 | "\n", |
294 | 295 | "compartment_id = \"<compartment_i>\"\n", |
295 | | - "metastore_id = \"ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua\"" |
| 296 | + "metastore_id = \"<metastore_id>\"" |
296 | 297 | ] |
297 | 298 | }, |
298 | 299 | { |
|
0 commit comments