Contents Menu Expand Light mode Dark mode Auto light/dark mode
Container Collection
1.1.0
Container Collection
1.1.0

Module reference

  • container_collection.batch
    • check_batch_job
    • get_batch_logs
    • make_batch_job
    • register_batch_job
    • submit_batch_job
    • terminate_batch_job
  • container_collection.docker
    • check_docker_job
    • clean_docker_job
    • create_docker_volume
    • get_docker_logs
    • make_docker_job
    • remove_docker_volume
    • run_docker_command
    • submit_docker_job
    • terminate_docker_job
  • container_collection.fargate
    • check_fargate_task
    • make_fargate_task
    • register_fargate_task
    • submit_fargate_task
    • terminate_fargate_task
  • container_collection.manifest
    • filter_manifest_files
    • find_missing_conditions
    • summarize_manifest_files
    • update_manifest_contents
  • container_collection.template
    • generate_input_contents

Development

  • Changelog

Project links

  • GitHub
  • PyPI
Back to top

container_collection.batch#

Tasks for working with AWS Batch.

batch.check_batch_job

Check for exit code of an AWS Batch job.

batch.get_batch_logs

Get logs for AWS Batch job.

batch.make_batch_job

Create batch job definition.

batch.register_batch_job

Register job definition to AWS Batch.

batch.submit_batch_job

Submit AWS Batch job.

batch.terminate_batch_job

Terminate job on AWS Batch.

Next
check_batch_job
Previous
Home
Copyright © 2024, Jessica S. Yu, Bagheri Lab
Made with Sphinx and @pradyunsg's Furo