Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Python API to view/list Vertex AI Feature Store ingestion jobs

It's possible to view currently running feature ingestion jobs in the console (https://console.cloud.google.com/vertex-ai/ingestion-jobs). How can I list currently running ingestion jobs using a Python API? 

0 3 757
3 REPLIES 3

As shown in the documentation,

use the Google Cloud console to view batch ingestion jobs.

By now, this is the way to view ingestion jobs.

OK, weird. How can I make sure that there isn't an ingestion job running on an entity_type_id before I starting a new ingestion job on the same entity_type_id?

You could request a code sample by creating a new issue at the googleapis/python-aiplatform GitHub repository.

For questions about programming languages, you could ask in Stack Overflow.