Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API to fetch all public categories in GCP AI Hub

I am trying to fetch data assets from AI Hub using an API. I looked for java client libraries in AI Hub documentation but I didn't find anything. Is there any other external java client libraries to fetch these data assets

like image 419
r123 Avatar asked Nov 06 '22 08:11

r123


1 Answers

There is no official client library for AI Hub yet as it is in beta feature and in development currently. Nevertheless, you can fetch the data assets with Google Cloud Platform using Data Catalog [1]. Data Catalog is also in beta release but it has already implemented its own Client Library for java [2].

[1] https://cloud.google.com/data-catalog/docs/concepts/introduction-data-catalog#using_data_catalog

[2] https://cloud.google.com/data-catalog/docs/reference/libraries

like image 187
Kim Avatar answered Nov 12 '22 17:11

Kim