Class: Aws::Types::InferenceComponentComputeResourceRequirements
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentComputeResourceRequirements
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute max_memory_required_in_mb.
-
#min_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute min_memory_required_in_mb.
-
#number_of_accelerator_devices_required ⇒ ::Float
Returns the value of attribute number_of_accelerator_devices_required.
-
#number_of_cpu_cores_required ⇒ ::Float
Returns the value of attribute number_of_cpu_cores_required.
Instance Attribute Details
#max_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute max_memory_required_in_mb.
6536 6537 6538 |
# File 'sig/types.rbs', line 6536 def max_memory_required_in_mb @max_memory_required_in_mb end |
#min_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute min_memory_required_in_mb.
6535 6536 6537 |
# File 'sig/types.rbs', line 6535 def min_memory_required_in_mb @min_memory_required_in_mb end |
#number_of_accelerator_devices_required ⇒ ::Float
Returns the value of attribute number_of_accelerator_devices_required.
6534 6535 6536 |
# File 'sig/types.rbs', line 6534 def number_of_accelerator_devices_required @number_of_accelerator_devices_required end |
#number_of_cpu_cores_required ⇒ ::Float
Returns the value of attribute number_of_cpu_cores_required.
6533 6534 6535 |
# File 'sig/types.rbs', line 6533 def number_of_cpu_cores_required @number_of_cpu_cores_required end |