Get All Models
AutomatR.Nanonets.Activities.GetAllModels
The "Get All Models" activity in AutomatR is part of the Nanonets Image Classification activities package, allowing you to retrieve details of all existing models. This activity facilitates the management and analysis of the available image categorization models in your Nanonets account.
Properties
Name | Description |
---|---|
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get All Models" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs the details of all existing models in the Nanonets account. The result is provided in the form of a list (List<ImageGetAllModels> ) containing information about each model. Variables of type list to store the model details. |
How to use:
- Drag and drop the "Get All Models" activity onto the workflow.
- Optionally, configure the delay.
- Execute the workflow to retrieve details of all existing models in the Nanonets account.
- Access the result variable (list of models) for further analysis or use in the workflow.
Example: Consider an example where the "Get All Models" activity is used to retrieve details of all existing image categorization models:
Get All Models:
Delay: 3
Result: allModels
In this example, the activity retrieves details of all image categorization models with a delay of 3 seconds. The list of models is stored in the variable "allModels" for further handling in the workflow.