storage_policy Package
Contains functionality for defining a storage policy on explanations in Azure Machine Learning.
Functions
storage_policy
Set of parameters for defining the storage policy on explanations.
storage_policy(block_size=None, max_num_blocks=None, **kwargs)
Parameters
Name | Description |
---|---|
block_size
|
The size of each block for the summary stored in artifacts storage. Default value: None
|
max_num_blocks
|
The maximum number of blocks to store. Default value: None
|
Returns
Type | Description |
---|---|
The arguments for the storage policy |