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.
6576 6577 6578 |
# File 'sig/types.rbs', line 6576 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.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 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.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 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.
6573 6574 6575 |
# File 'sig/types.rbs', line 6573 def number_of_cpu_cores_required @number_of_cpu_cores_required end |