merlin.systems.triton.convert_triton_output_to_df#
- merlin.systems.triton.convert_triton_output_to_df(columns, response)[source]#
Convert a Triton response to a dataframe
- Parameters:
columns (List[str]) – Names of the response columns to include in the dataframe
response (Triton output class) – The Triton response itself
- Returns:
A dataframe with the requested columns
- Return type:
DataFrame