CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-azure-batch

Microsoft Azure Batch Client Library for Python providing comprehensive APIs for managing batch computing workloads in Azure cloud

91

1.07x
Overview
Eval results
Files

rubric.jsonevals/scenario-4/

{
  "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-batch

tile.json