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.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def accelerator_partition @accelerator_partition end |
#accelerators ⇒ ::Integer
Returns the value of attribute accelerators.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def accelerators @accelerators end |
#count ⇒ ::Integer
Returns the value of attribute count.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def count @count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def instance_type @instance_type end |
#memory_in_gi_b ⇒ ::Float
Returns the value of attribute memory_in_gi_b.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def memory_in_gi_b @memory_in_gi_b end |
#v_cpu ⇒ ::Float
Returns the value of attribute v_cpu.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def v_cpu @v_cpu end |