Class: Aws::Types::ComputeQuotaResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::ComputeQuotaResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_partition ⇒ Types::AcceleratorPartitionConfig
Returns the value of attribute accelerator_partition.
-
#accelerators ⇒ ::Integer
Returns the value of attribute accelerators.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#memory_in_gi_b ⇒ ::Float
Returns the value of attribute memory_in_gi_b.
-
#v_cpu ⇒ ::Float
Returns the value of attribute v_cpu.
Instance Attribute Details
#accelerator_partition ⇒ Types::AcceleratorPartitionConfig
Returns the value of attribute accelerator_partition.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def accelerator_partition @accelerator_partition end |
#accelerators ⇒ ::Integer
Returns the value of attribute accelerators.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def accelerators @accelerators end |
#count ⇒ ::Integer
Returns the value of attribute count.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def count @count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def instance_type @instance_type end |
#memory_in_gi_b ⇒ ::Float
Returns the value of attribute memory_in_gi_b.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def memory_in_gi_b @memory_in_gi_b end |
#v_cpu ⇒ ::Float
Returns the value of attribute v_cpu.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def v_cpu @v_cpu end |