tessl install tessl/pypi-azure-batch@14.2.0Microsoft Azure Batch Client Library for Python providing comprehensive APIs for managing batch computing workloads in Azure cloud
Agent Success
Agent success rate when using this tile
91%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.07x
Baseline
Agent success rate without this tile
85%
{
"context": "This criteria evaluates how well the engineer uses the azure-batch package to configure task constraints including wall-clock time limits, retry counts, and retention times. It assesses the correct usage of TaskConstraints and TaskAddParameter classes.",
"type": "weighted_checklist",
"checklist": [
{
"name": "TaskConstraints usage",
"description": "Creates and uses the TaskConstraints class from azure.batch.models to configure constraint parameters",
"max_score": 25
},
{
"name": "TaskAddParameter creation",
"description": "Uses TaskAddParameter class from azure.batch.models with task_id and command_line parameters to create task objects",
"max_score": 20
},
{
"name": "Max wall-clock time",
"description": "Correctly sets the max_wall_clock_time parameter in TaskConstraints using timedelta objects",
"max_score": 15
},
{
"name": "Max retry count",
"description": "Correctly sets the max_task_retry_count parameter in TaskConstraints with integer values",
"max_score": 15
},
{
"name": "Retention time",
"description": "Correctly sets the retention_time parameter in TaskConstraints using timedelta objects",
"max_score": 15
},
{
"name": "Constraint integration",
"description": "Properly assigns the TaskConstraints object to the constraints parameter of TaskAddParameter",
"max_score": 10
}
]
}