Context
I’ve developed an app that processes a video file with an ML model. I’ve pushed the image to Foundry and created a compute module from it.
The compute module was developed as a “Functions module” with “Application permissions” and a 3rd party application and service user were created that I’ve given permission to the relevant project and submission criteria in relevant action types.
Challenge
My challenge is interacting with the Ontology from the Compute Module, especially regarding reading a video file in an Object (property: input_video), passing that into the running compute Module and then returning a video to be saved in the output_video property.
I want to assume the automatically created 3rd Party should allow me to interact with the Ontology but it’s not particularly via an OSDK so I don’t have the benefit of communicating with the Ontology like with a typical OSDK application.
Do I create a dedicated OSDK app and use the service account created from there or do I rely on the service user created from the Compute Module