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
74
74
75
75
from ads.feature_store.dataset import Dataset
76
76
77
- dataset = Dataset.from_id("ocid1.dataset.. <unique_id>")
77
+ dataset = Dataset.from_id("<unique_id>")
78
78
79
79
Materialise
80
80
===========
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
67
67
68
68
from ads.feature_store.dataset_job import DatasetJob
69
69
70
- dataset_job = DatasetJob.from_id("ocid1.dataset_job.. <unique_id>")
70
+ dataset_job = DatasetJob.from_id("<unique_id>")
71
71
72
72
Delete
73
73
======
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
66
66
67
67
from ads.feature_store.entity import Entity
68
68
69
- entity = Entity.from_id("ocid1.entity.. <unique_id>")
69
+ entity = Entity.from_id("<unique_id>")
70
70
71
71
Delete
72
72
======
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
93
93
94
94
from ads.feature_store.feature_group import FeatureGroup
95
95
96
- feature_group = FeatureGroup.from_id("ocid1.feature_group.. <unique_id>")
96
+ feature_group = FeatureGroup.from_id("<unique_id>")
97
97
98
98
99
99
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
67
67
68
68
from ads.feature_store.feature_group_job import FeatureGroupJob
69
69
70
- feature_group_job = FeatureGroupJob.from_id("ocid1.feature_group_job.. <unique_id>")
70
+ feature_group_job = FeatureGroupJob.from_id("<unique_id>")
71
71
72
72
Delete
73
73
======
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
67
67
68
68
from ads.feature_store.feature_store import FeatureStore
69
69
70
- feature_store = FeatureStore.from_id("ocid1.feature_store.. <unique_id>")
70
+ feature_store = FeatureStore.from_id("<unique_id>")
71
71
72
72
Delete
73
73
======
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
69
69
70
70
from ads.feature_store.transformation import Transformation
71
71
72
- transformation = Transformation.from_id("ocid1.transformation. .<unique_id>")
72
+ transformation = Transformation.from_id(".<unique_id>")
73
73
74
74
Delete
75
75
======
You can’t perform that action at this time.
0 commit comments