AutoMLStepRun Class
Provides information about an automated ML experiment run and methods for retrieving default outputs.
The AutoMLStepRun class is used to manage, check status, and retrieve run details once an automated ML run is submitted in a pipeline. In addition, this class can be used to get the default outputs of the AutoMLStep via the StepRun class.
Initialize a automl step run.
- Inheritance
-
AutoMLStepRun
Constructor
AutoMLStepRun(step_run)
Parameters
Name | Description |
---|---|
step_run
Required
|
The step run object which created from a pipeline. |
step_run
Required
|
The step run object which created from a pipeline. |
Methods
get_default_metrics_output |
Return the default metrics output of the current run. |
get_default_model_output |
Return the default model output of the current run. |
get_default_metrics_output
Return the default metrics output of the current run.
get_default_metrics_output()
Returns
Type | Description |
---|---|
The default metrics output of the current run. |
get_default_model_output
Return the default model output of the current run.
get_default_model_output()
Returns
Type | Description |
---|---|
The default model output of the current run. |