how i use discovery engine api , any one have any tutorial guide
Good day @PHYSICSALERT,
Welcome to Google Cloud Community!
Here is a tutorial in the documentation:
In this tutorial, we will use the Movielens dataset to demonstrate how to upload your media content catalog and user events into the Discovery Engine API and train a personalized movie recommendation model.
To check the tutorial you can use this link: https://cloud.google.com/discovery-engine/media/docs/movie-rec-tutorial
You can also use these sample scripts as a reference when you are making API requests, there are several examples here that you can use such as updating a document, updating a schema, etc. https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-discoveryengine/sa...
Also here is how you can set up your project so you can access the Discovery for Media: https://cloud.google.com/discovery-engine/media/docs/setting-up
Hope this helps!