Skip to content

components automl_many_models_inference_step

github-actions[bot] edited this page Sep 18, 2024 · 10 revisions

AutoML Many Models - Inference Step

automl_many_models_inference_step

Overview

Version: 0.0.6

View in Studio: https://ml.azure.com/registries/azureml/components/automl_many_models_inference_step/version/0.0.6

Inputs

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

Outputs

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
Clone this wiki locally