Microsoft Azure Batch Client Library for Python providing comprehensive APIs for managing batch computing workloads in Azure cloud
91
{
"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
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-azure-batchdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10