-
Notifications
You must be signed in to change notification settings - Fork 164
components automl_many_models_inference_step
github-actions[bot] edited this page Aug 19, 2025
·
14 revisions
Version: 0.0.10
View in Studio: https://ml.azure.com/registries/azureml/components/automl_many_models_inference_step/version/0.0.10
| Name | Description | Type | Default | Optional | Enum |
|---|---|---|---|---|---|
| partitioned_data | Folder URI with partioned data. | uri_folder | |||
| metadata | The metadata calculated from the setup step. | uri_folder | |||
| instance_count | Number of nodes in a compute cluster we will run the inference step on. | integer | |||
| max_concurrency_per_instance | Number of processes that will be run concurrently on any given node. This number should not be larger than 1/2 of the number of cores in an individual node in the specified cluster | integer | |||
| parallel_step_timeout_in_seconds | The PRS step time out settings. | integer | |||
| enable_event_logger | Enable event logger. | boolean | True |
| Name | Description | Type |
|---|---|---|
| output_metadata | The calculated metadata from inference step. | uri_folder |
| prediction | The prediction from inference step. | uri_folder |
| prs_output | The default PRS output, not used by this step. | uri_folder |