Class: Aws::Types::PendingProductionVariantSummary
- Inherits:
-
Object
- Object
- Aws::Types::PendingProductionVariantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_type ⇒ "ml.eia1.medium", ...
Returns the value of attribute accelerator_type.
-
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
-
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
-
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
-
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
-
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
-
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
-
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
-
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
-
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
-
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
Instance Attribute Details
#accelerator_type ⇒ "ml.eia1.medium", ...
Returns the value of attribute accelerator_type.
9789 9790 9791 |
# File 'sig/types.rbs', line 9789 def accelerator_type @accelerator_type end |
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
9785 9786 9787 |
# File 'sig/types.rbs', line 9785 def current_instance_count @current_instance_count end |
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
9791 9792 9793 |
# File 'sig/types.rbs', line 9791 def current_serverless_config @current_serverless_config end |
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
9783 9784 9785 |
# File 'sig/types.rbs', line 9783 def current_weight @current_weight end |
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
9782 9783 9784 |
# File 'sig/types.rbs', line 9782 def deployed_images @deployed_images end |
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
9786 9787 9788 |
# File 'sig/types.rbs', line 9786 def desired_instance_count @desired_instance_count end |
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
9792 9793 9794 |
# File 'sig/types.rbs', line 9792 def desired_serverless_config @desired_serverless_config end |
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
9784 9785 9786 |
# File 'sig/types.rbs', line 9784 def desired_weight @desired_weight end |
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
9788 9789 9790 |
# File 'sig/types.rbs', line 9788 def instance_pools @instance_pools end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
9787 9788 9789 |
# File 'sig/types.rbs', line 9787 def instance_type @instance_type end |
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
9793 9794 9795 |
# File 'sig/types.rbs', line 9793 def managed_instance_scaling @managed_instance_scaling end |
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
9794 9795 9796 |
# File 'sig/types.rbs', line 9794 def routing_config @routing_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9781 9782 9783 |
# File 'sig/types.rbs', line 9781 def variant_name @variant_name end |
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
9790 9791 9792 |
# File 'sig/types.rbs', line 9790 def variant_status @variant_status end |