We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb835e commit 32aff63Copy full SHA for 32aff63
ads/feature_store/service/oci_feature_group_job.py
@@ -92,7 +92,7 @@ def init_client(
92
client = super().init_client(**kwargs)
93
94
# Define the list entities callable to list the resources
95
- cls.OCI_LIST_METHOD = client.list_entities
+ cls.OCI_LIST_METHOD = client.list_feature_group_jobs
96
97
return client
98
0 commit comments