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

...

For Local File Upload:

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

    Click on “Upload file”:

    Image Removed

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

    Click Add Asset, HDFS. Note that your system administrator may have already pre-configured the type of asset store for your group

    Image Added

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

    1. Image Added

  2. See the REST asset article for more details on configuring and using REST assets

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.

...