moto/docs/docs/services/batch.rst
2022-05-06 09:45:56 +00:00

75 lines
1.3 KiB
ReStructuredText

.. _implementedservice_batch:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
=====
batch
=====
.. autoclass:: moto.batch.models.BatchBackend
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_batch
def test_batch_behaviour:
boto3.client("batch")
...
|start-h3| Implemented features for this service |end-h3|
- [X] cancel_job
- [X] create_compute_environment
- [X] create_job_queue
- [ ] create_scheduling_policy
- [X] delete_compute_environment
- [X] delete_job_queue
- [ ] delete_scheduling_policy
- [X] deregister_job_definition
- [X] describe_compute_environments
Pagination is not yet implemented
- [X] describe_job_definitions
Pagination is not yet implemented
- [X] describe_job_queues
Pagination is not yet implemented
- [X] describe_jobs
- [ ] describe_scheduling_policies
- [X] list_jobs
Pagination is not yet implemented
- [ ] list_scheduling_policies
- [X] list_tags_for_resource
- [X] register_job_definition
- [X] submit_job
Parameters RetryStrategy and Parameters are not yet implemented.
- [X] tag_resource
- [X] terminate_job
- [X] untag_resource
- [X] update_compute_environment
- [X] update_job_queue
- [ ] update_scheduling_policy