diff --git a/assets/evaluation_on_cloud/environments/evaluations-built-in/context/online_eval/preprocess.py b/assets/evaluation_on_cloud/environments/evaluations-built-in/context/online_eval/preprocess.py index 1e5aabd262..33fbe672a3 100644 --- a/assets/evaluation_on_cloud/environments/evaluations-built-in/context/online_eval/preprocess.py +++ b/assets/evaluation_on_cloud/environments/evaluations-built-in/context/online_eval/preprocess.py @@ -89,8 +89,8 @@ def run(args): """Entry point of model prediction script.""" logger.info( - f"Connection type: {args['preprocessor_connection_type']}, Resource ID: {args['resource_id']}, Cron Expression:" - f" {args['cron_expression']}, Sampling Rate: {args['sampling_rate']}") + f"Connection type: {args['preprocessor_connection_type']}, Resource ID: {args['resource_id']}, Cron " + f"Expression: {args['cron_expression']}, Sampling Rate: {args['sampling_rate']}") client = get_app_insights_client(use_managed_identity=args["preprocessor_connection_type"] == "managed-identity") start_time, end_time = calculate_time_window(args["cron_expression"]) logger.info(f"Start Time: {start_time}, End Time: {end_time}")