Manage engines
The resources.Engine
class provides methods to manage the video understanding engines available in your account.
Methods
Retrieve an engine
Description: This method retrieves an engine.
Function signature and example:
Parameters:
Return value: Returns a models.Engine
object representing the retrieved video understanding engine.
API Reference: For a description of each field in the request and response, see the Retrieve an engine page.
List engines
Description: This method lists all the video understanding engines that are available in your account.
Function signature and example:
Parameters:
Return value: Returns a RootModelList
containing models.Engine
objects.
API Reference: For a description of each field in the request and response, see the List engines page.