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.
6521 6522 6523 |
# File 'sig/types.rbs', line 6521 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.
6520 6521 6522 |
# File 'sig/types.rbs', line 6520 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.
6519 6520 6521 |
# File 'sig/types.rbs', line 6519 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.
6518 6519 6520 |
# File 'sig/types.rbs', line 6518 def number_of_cpu_cores_required @number_of_cpu_cores_required end |