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 for application package management and deployment to pools, specifically focusing on the use of BatchServiceClient and its application operations methods.",
"type": "weighted_checklist",
"checklist": [
{
"name": "BatchServiceClient initialization",
"description": "Correctly initializes a BatchServiceClient instance using the provided batch_url and credentials in the __init__ method.",
"max_score": 15
},
{
"name": "List applications usage",
"description": "Uses the BatchServiceClient.application.list() method to retrieve all applications in the batch account within the list_applications method.",
"max_score": 20
},
{
"name": "Get application usage",
"description": "Uses the BatchServiceClient.application.get() method with the application_id parameter to retrieve application details in the get_application method.",
"max_score": 20
},
{
"name": "Pool update for deployment",
"description": "Uses BatchServiceClient.pool.patch() or pool.update() method to modify pool configuration for deploying application packages to the pool.",
"max_score": 25
},
{
"name": "Application package reference",
"description": "Correctly constructs and uses ApplicationPackageReference objects with application_id and version properties when deploying packages to pools.",
"max_score": 20
}
]
}