DatasetProfileRun Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
An experiment run class to handle and monitor dataset profile run.
Create a DatasetProfileRun object.
- Inheritance
-
DatasetProfileRun
Constructor
DatasetProfileRun(workspace, dataset, run)
Parameters
Name | Description |
---|---|
workspace
Required
|
Workspace which the profile run belongs to. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.workspace.workspace for more information on workspaces. |
dataset
Required
|
The tabular dataset which is target of this profile run. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.data.tabulardataset for more information on tabular datasets. |
run
Required
|
The submitted experiment run for this profile run. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class for more information on run. |
workspace
Required
|
Workspace which the profile run belongs to. Required if dataset is not associated to a workspace. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.workspace.workspace for more information on workspaces. |
dataset
Required
|
The tabular dataset which is target of this profile run. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.data.tabulardataset for more information on tabular datasets. |
run
Required
|
The submitted experiment run for this profile run. See https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class for more information on run. |
Methods
get_profile |
Note This is an experimental method, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information. Retrieve data profile from the result of this run. |
get_profile
Note
This is an experimental method, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Retrieve data profile from the result of this run.
get_profile()
Returns
Type | Description |
---|---|
Profile result from the latest profile run of type DatasetProfile |