File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
ads/feature_store/docs/source Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Use the ``from_id()`` method from the ``Dataset`` class to load an existing data
7474
7575 from ads.feature_store.dataset import Dataset
7676
77- dataset = Dataset.from_id("ocid1.dataset.. <unique_id>")
77+ dataset = Dataset.from_id("<unique_id>")
7878
7979 Materialise
8080===========
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Use the ``from_id()`` method from the ``DatasetJob`` class to load an existing d
6767
6868 from ads.feature_store.dataset_job import DatasetJob
6969
70- dataset_job = DatasetJob.from_id("ocid1.dataset_job.. <unique_id>")
70+ dataset_job = DatasetJob.from_id("<unique_id>")
7171
7272 Delete
7373======
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Use the ``from_id()`` method from the ``Entity`` class to load an existing entit
6666
6767 from ads.feature_store.entity import Entity
6868
69- entity = Entity.from_id("ocid1.entity.. <unique_id>")
69+ entity = Entity.from_id("<unique_id>")
7070
7171 Delete
7272======
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Use the ``from_id()`` method from the ``FeatureGroup`` class to load an existing
9393
9494 from ads.feature_store.feature_group import FeatureGroup
9595
96- feature_group = FeatureGroup.from_id("ocid1.feature_group.. <unique_id>")
96+ feature_group = FeatureGroup.from_id("<unique_id>")
9797
9898
9999 Materialise
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Use the ``from_id()`` method from the ``FeatureGroupJob`` class to load an exist
6767
6868 from ads.feature_store.feature_group_job import FeatureGroupJob
6969
70- feature_group_job = FeatureGroupJob.from_id("ocid1.feature_group_job.. <unique_id>")
70+ feature_group_job = FeatureGroupJob.from_id("<unique_id>")
7171
7272 Delete
7373======
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Use the ``from_id()`` method from the ``FeatureStore`` class to load an existing
6767
6868 from ads.feature_store.feature_store import FeatureStore
6969
70- feature_store = FeatureStore.from_id("ocid1.feature_store.. <unique_id>")
70+ feature_store = FeatureStore.from_id("<unique_id>")
7171
7272 Delete
7373======
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Use the ``from_id()`` method from the ``Transformation`` class to load an existi
6969
7070 from ads.feature_store.transformation import Transformation
7171
72- transformation = Transformation.from_id("ocid1.transformation. .<unique_id>")
72+ transformation = Transformation.from_id(".<unique_id>")
7373
7474 Delete
7575======
You can’t perform that action at this time.
0 commit comments