Skip to content

components batch_output_formatter

github-actions[bot] edited this page Oct 21, 2023 · 25 revisions

Batch Output Formatter

batch_output_formatter

Overview

Output Formatter for batch inference output

Version: 0.0.1

View in Studio: https://ml.azure.com/registries/azureml/components/batch_output_formatter/version/0.0.1

Inputs

Name Description Type Default Optional Enum
batch_inference_output The raw batch inference output. uri_folder False
label_column_name The label column name. string True
endpoint_url string False
ground_truth_input The raw batch inference output. uri_folder True
handle_response_failure The way that the formatter handles the failed response. string use_fallback False ['use_fallback', 'neglect']
fallback_value The fallback value that can be used when request payload failed. string True
is_performance_test If true, the performance test will be run. boolean False False

Outputs

Name Description Type
predictions uri_file
performance_metadata uri_file
ground_truth uri_file

Environment

azureml://registries/azureml/environments/model-evaluation/labels/latest

Clone this wiki locally