Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

minLevel1
maxLevel

...

6
outlinefalse
styledefault
typelist
printabletrue

Adding / Managing Model Assets

...

  1. Navigate to the ModelOp UI.

  2. In the left column, click Inventory.

  3. Change the drop-down to Implementations

  4. Select the model you want to modify from the list. This opens the Model Implementation page.

  5. View the existing Assets by clicking on Assets tab:

    image-20240716-022649.png

Modify an Asset

...

  1. Click on an individual asset to view the Asset Details

  2. Modify the Name, Asset Role, or tags for the asset

...

Add an Asset

...

  1. Click on “Add Assets” , which presents multiple options for adding assets:

...

  1. 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

...

  1. Click on the “File Upload”

  2. Select the file from your local computer’s file system and hit “Open”

  3. The file will be uploaded as a new asset on the model

Upload a Local Folder

...

  1. Click on the “Folder Upload”

  2. Select the folder from your local computer’s file system and hit “Open”

  3. 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

...

  1. Click “URL” from the Add Asset menu

  2. Provide the URL to the file.

  3. 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

    image-20240716-031407.png

  4. Fill in the other pertinent storage information

  5. Click “Save” to save the asset

  6. 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

...

  1. Click “Save”

  2. The REST asset will be uploaded as a new asset on the model

To Add a SQL Asset

  1. Click “SQL” from the Add Asset menu

...