components automl_hts_prs_inference_step - Azure/azureml-assets GitHub Wiki
Version: 0.0.7
View in Studio: https://ml.azure.com/registries/azureml/components/automl_hts_prs_inference_step/version/0.0.7
Name | Description | Type | Default | Optional | Enum |
---|---|---|---|---|---|
partitioned_data | Partitioned data for inference. | uri_folder | |||
metadata | Metadata from 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 is seconds. | integer | 3600 | ||
enable_event_logger | Enable event logger. | boolean | True | True |
Name | Description | Type |
---|---|---|
output_metadata | Metadata calculated from the inference run. | uri_folder |
prediction | Predictions calculated from the inference run. | uri_folder |
prs_output | PRS default output which will not be used. | uri_folder |