ark::aws::BatchJobDefinitionRegistration

Defined in header “ark/aws/batch_client.hh”.


Variables

  • std::string name
    The name of the job definition.

  • std::string container_image
    The container image you want to launch.

  • uint32_t cpu_count= 2
    The number of CPUs to reserve for the image.

  • uint32_t memory_size_mb= 1024
    The amount of memory (in megabytes) to reserve.

  • uint32_t gpu_count= 0
    The number of GPUs to reserve for the image.

  • uint32_t timeout_s= 1800
    The expected timeout of this job, in seconds.

  • std::map< std::string, std::string > tags
    A mapping of tags to apply to the batch job definition.