Running a Function
model(str): The name of the function to run.input_data(dict or Pydantic model): The input data to pass to the function. Refer to instructions from the Sutro team or your the Sutro web app for the specific input parameters required for your model.
response(str|array|object): The response from the function.confidence(float): The confidence score for the response.predictions(list): A list of predictions from the function.run_id(str): The ID of the function run.