public static interface ResourceRequirement.Builder extends SdkPojo, CopyableBuilder<ResourceRequirement.Builder,ResourceRequirement>
| Modifier and Type | Method and Description |
|---|---|
ResourceRequirement.Builder |
type(ResourceType type)
The type of resource to assign to a container.
|
ResourceRequirement.Builder |
type(String type)
The type of resource to assign to a container.
|
ResourceRequirement.Builder |
value(String value)
The number of physical
GPUs the Amazon ECS container agent will reserve for the container. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceRequirement.Builder value(String value)
The number of physical GPUs the Amazon ECS container agent will reserve for the container. The
number of GPUs reserved for all containers in a task should not exceed the number of available GPUs on the
container instance the task is launched on.
value - The number of physical GPUs the Amazon ECS container agent will reserve for the
container. The number of GPUs reserved for all containers in a task should not exceed the number of
available GPUs on the container instance the task is launched on.ResourceRequirement.Builder type(String type)
The type of resource to assign to a container. The only supported value is GPU.
type - The type of resource to assign to a container. The only supported value is GPU.ResourceType,
ResourceTypeResourceRequirement.Builder type(ResourceType type)
The type of resource to assign to a container. The only supported value is GPU.
type - The type of resource to assign to a container. The only supported value is GPU.ResourceType,
ResourceTypeCopyright © 2019. All rights reserved.