X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c198274863bb5d72ef34dfc311c62bf50d6bd4f4..9b0654adfffaac018395de29f6e441b843d46e85:/doc/api/methods/containers.html.textile.liquid?ds=sidebyside diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index e4210f29de..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,9 +61,11 @@ 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 more information about @create@, @delete@, @get@, @list@, and @update@. +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. Required arguments are displayed in %{background:#ccffcc}green%.