Skip to content

Guide: Setting up my first asset policyđź”—

Let’s setup your first asset policy to control computations on datasets.

To create an asset policy, you need two things:

  • an active account with Owner role;
  • a registered dataset.

If you want to follow along with this tutorial, feel free to download the Norfolk demo dataset from the Apheris S3 bucket, upload the dataset into the environment of your Compute Gateway and register it.

In the following, you will

  • Name and describe the asset policy;
  • Select the dataset the asset policy should govern;
  • Specify permissions the model has to comply with.

Within the asset policy creation process, you can also sign an asset policy as an additional security measurement. This guide won’t cover this. Please see signing Asset Policies for details.

Adding basic informationđź”—

Open the Governance Portal and navigate to the “Asset Policies” tab on the left, click on “Add Asset Policy” on top.

asset-policy-overview.png

The basic information needed are:

  • A name for the asset policy;
  • A description of the policy;
  • Which dataset the asset policy should govern (select a dataset via the drop-down);

Please note that the name of an asset policy cannot be further modified after the asset policy has been created.

Create-asset-policy-basics.png

Configuring permissions & controlsđź”—

In this example, the beneficiary wants to perform statistical analysis on the data. Therefore, you select “Apheris Statistics” from the drop down.

select model specific permissions and controls

After selecting Apheris Statistics as our model of choice, you will see the model specific configuration options below:

  • Version control;
  • Allowed statistical functions;
  • Privacy Controls (note these are specific to the Apheris Stats model).

Because you want to profit from newest versions of the Apheris Statistics Model, you select “all versions”.

However, you only wish to allow our beneficiary to run specific statistical functions. In this case, you select “Only specific functions” and then select the functions you want to allow.

Selecting Privacy Controlsđź”—

The Apheris Stats model comes with three different privacy controls which you can select and configure. When Data Scientists configure their Compute Spec, they have to set privacy controls to the parameters you defined in the asset policy. Apheris ensures that the computation is executed according to these specifications or rejected, if the computation is not in compliance defined parameters.

In this example, let’s say you would like to obfuscate the exact age of patients and select “Rounded Privacy”. We define '1' as the rounding target. You can see examples of how setting the parameter to '1' (or other settings) will affect the values, the computation will run on (see image below).

select-model-specific-privacy-controls.png

Click on “Create” and you should see the newly created asset policy in the asset policy list view.

successful-asset-policy-creation(1).png

Congratulations, your first asset policy is now active.