Adding / Managing Model Assets
Via ModelOp UI
Navigate to the ModelOp UI.
In the left column, click Inventory.
Change the drop-down to Implementations
Select the model you want to modify from the list. This opens the Model Implementation page.
View the existing Assets by clicking on Assets tab:
Modify an Asset:
Click on an individual asset to view the Asset Details
Modify the Name, Asset Role, or tags for the asset
Add an Asset:
Click on “Add Assets” , which presents multiple options for adding assets:
The user is presented with multiple options for adding assets: as a local file upload, by providing a reference (url) to an existing location, as a REST asset, or by providing as SQL query:
Upload a Local File:
Click on the “File Upload”
Select the file from your local computer’s file system and hit “Open”
The file will be uploaded as a new asset on the model
Upload a Local Folder:
Click on the “Folder Upload”
Select the folder from your local computer’s file system and hit “Open”
The entire contents of the folder and files within will be uploaded as new asset on the model. The folder structure will be maintained
To Add an Asset by Reference:
Click “URL” from the Add Asset menu
Provide the URL to the file.
Select the type of asset: S3, Google Cloud Bucket, Azure Blob Store, HDFS. Note that your system administrator may have already pre-configured the type of asset store for your group
Fill in the other pertinent storage information
Click “Save” to save the asset
The file will be uploaded as a new asset on the model
To Add a REST Asset
REST assets are those data sets or other assets that can be retrieved via standard REST API calls
Click “REST” from the Add Asset menu
Fill in the Asset Name, Asset Role, Request Method, Target URL, Query Params to be sent in the request.
If the REST asset does NOT use standard HAL paging, select the “Requires Custom Paging” option and fill in the details
Click “Save”
The REST asset will be uploaded as a new asset on the model
To Add a SQL Asset
Click “SQL” from the Add Asset menu
Please see Integrate with SQL Databases to understand how ModelOp Center integrates with SQL databases. Once you get familiar with how ModelOp Center handles SQL Assets, follow these steps to add SQL assets to a given model.
Via CLI
Please see the asset command for adding assets using the CLI.
Next Article: Adding / Managing Model Assets >