X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f4f6f5fe9367d5cd6c57070fd8a223efc87cb21..190b1365c4074d86ae1bb0b9b07c3626a8671fac:/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..30ec055a6b 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -5,6 +5,11 @@ navmenu: API Methods title: "containers" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/containers@ @@ -36,10 +41,13 @@ 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.|| -|priority|integer|Priority assigned by the system, taking into account the priorities of all associated ContainerRequests.|| +|priority|integer|Range 0-1000. Indicate scheduling order preference.|Currently assigned by the system as the max() of the priorities of all associated ContainerRequests. See "container request priority":container_requests.html#priority .| |exit_code|integer|Process exit code.|Null if state!="Complete"| |auth_uuid|string|UUID of a token to be passed into the container itself, used to access Keep-backed mounts, etc.|Null if state∉{"Locked","Running"}| |locked_by_uuid|string|UUID of a token, indicating which dispatch process changed state to Locked. If null, any token can be used to lock. If not null, only the indicated token can modify this container.|Null if state∉{"Locked","Running"}| @@ -58,6 +66,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@.