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.
2 parents 9fb835e + 32aff63 commit 5971c4dCopy full SHA for 5971c4d
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