X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eae48c31bb338689ec67fbc6a14a2e0b1fb5e3b6..9b0654adfffaac018395de29f6e441b843d46e85:/doc/api/methods/containers.html.textile.liquid diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index 221141cebc..7eed8b0d30 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -36,6 +36,9 @@ Generally this will contain additional keys that are not present in any correspo "vcpus":2, "API":true }See "Runtime constraints":#runtime_constraints for more details.| +|scheduling_parameters|hash|Parameters to be passed to the container scheduler when running this container.|e.g.,
{
+"partitions":["fastcpu","vfastcpu"]
+}
See "Scheduling parameters":#scheduling_parameters for more details.| |output|string|Portable data hash of the output collection.|Null if the container is not yet finished.| |container_image|string|Portable data hash of a collection containing the docker image used to run the container.|| |progress|number|A number between 0.0 and 1.0 describing the fraction of work done.|| @@ -58,6 +61,8 @@ h2(#mount_types). {% include 'mount_types' %} h2(#runtime_constraints). {% include 'container_runtime_constraints' %} +h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %} + h2. Methods See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.