Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the Model Details page by clicking on the model from the Models page

    Image RemovedImage Added

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

    Image RemovedImage Added

  3. Click on “Add Assets” , which opens a dialog box to select a local file.

    Image Removed

    presents multiple options for adding assets:

    Image Added

  4. 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:

    Image Removed

...

...

Upload a Local File

...

:

  1. Click on the “Add File “File Upload”.

    Click on “Upload file”:

    1. Image Removed

      Image Added

  2. Select the file from your local computer

    Select to Upload the file:

    Image Removed

    computer’s file system and hit “Open”

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

To Add an Asset by Reference:

  1. Click “URL” from the Add Asset menu

    1. Image Added

  2. Provide the URL to the file.

  3. Select the type of asset: S3, HDFSGoogle Cloud Bucket, Azure Blob Store

    Image Removed

  4. Click Add Asset

  5. The file , HDFS. Note that your system administrator may have already pre-configured the type of asset store for your group

    Image Added

  6. Fill in the other pertinent storage information

  7. Click “Save” to save the asset

  8. 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 “REST” from the Add Asset menu

    1. Image Added

  2. Fill in the Asset Name, Asset Role, Request Method, Target URL, Query Params to be sent in the request.

    1. If the REST asset does NOT use standard HAL paging, select the “Requires Custom Paging” option and fill in the details

    2. Image Added

  3. Click “Save”

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

  2. Image Added

    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.

...