I don't have specific information about setting job names from within Python scripts in the available documentation sources. The sources cover script creation, execution, and logging capabilities, but don't detail how to programmatically set job names from within the script code itself.
For this functionality, I recommend using Windmill's API. You can interact with jobs and their metadata through the OpenAPI specification. The API provides endpoints for job management that may allow you to update job properties programmatically.
Would you like me to provide a general answer based on my knowledge instead, or would you prefer to click the "Ask for help" button to tag a team member who can provide specific guidance on setting job names from within Python scripts?