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.
9837 9838 9839 |
# File 'sig/types.rbs', line 9837 def accelerator_type @accelerator_type end |
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
9833 9834 9835 |
# File 'sig/types.rbs', line 9833 def current_instance_count @current_instance_count end |
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
9839 9840 9841 |
# File 'sig/types.rbs', line 9839 def current_serverless_config @current_serverless_config end |
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
9831 9832 9833 |
# File 'sig/types.rbs', line 9831 def current_weight @current_weight end |
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
9830 9831 9832 |
# File 'sig/types.rbs', line 9830 def deployed_images @deployed_images end |
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
9834 9835 9836 |
# File 'sig/types.rbs', line 9834 def desired_instance_count @desired_instance_count end |
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
9840 9841 9842 |
# File 'sig/types.rbs', line 9840 def desired_serverless_config @desired_serverless_config end |
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
9832 9833 9834 |
# File 'sig/types.rbs', line 9832 def desired_weight @desired_weight end |
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
9836 9837 9838 |
# File 'sig/types.rbs', line 9836 def instance_pools @instance_pools end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
9835 9836 9837 |
# File 'sig/types.rbs', line 9835 def instance_type @instance_type end |
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
9841 9842 9843 |
# File 'sig/types.rbs', line 9841 def managed_instance_scaling @managed_instance_scaling end |
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
9842 9843 9844 |
# File 'sig/types.rbs', line 9842 def routing_config @routing_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9829 9830 9831 |
# File 'sig/types.rbs', line 9829 def variant_name @variant_name end |
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
9838 9839 9840 |
# File 'sig/types.rbs', line 9838 def variant_status @variant_status end |