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.
9774 9775 9776 |
# File 'sig/types.rbs', line 9774 def accelerator_type @accelerator_type end |
#current_instance_count ⇒ ::Integer
Returns the value of attribute current_instance_count.
9770 9771 9772 |
# File 'sig/types.rbs', line 9770 def current_instance_count @current_instance_count end |
#current_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute current_serverless_config.
9776 9777 9778 |
# File 'sig/types.rbs', line 9776 def current_serverless_config @current_serverless_config end |
#current_weight ⇒ ::Float
Returns the value of attribute current_weight.
9768 9769 9770 |
# File 'sig/types.rbs', line 9768 def current_weight @current_weight end |
#deployed_images ⇒ ::Array[Types::DeployedImage]
Returns the value of attribute deployed_images.
9767 9768 9769 |
# File 'sig/types.rbs', line 9767 def deployed_images @deployed_images end |
#desired_instance_count ⇒ ::Integer
Returns the value of attribute desired_instance_count.
9771 9772 9773 |
# File 'sig/types.rbs', line 9771 def desired_instance_count @desired_instance_count end |
#desired_serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute desired_serverless_config.
9777 9778 9779 |
# File 'sig/types.rbs', line 9777 def desired_serverless_config @desired_serverless_config end |
#desired_weight ⇒ ::Float
Returns the value of attribute desired_weight.
9769 9770 9771 |
# File 'sig/types.rbs', line 9769 def desired_weight @desired_weight end |
#instance_pools ⇒ ::Array[Types::InstancePoolSummary]
Returns the value of attribute instance_pools.
9773 9774 9775 |
# File 'sig/types.rbs', line 9773 def instance_pools @instance_pools end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
9772 9773 9774 |
# File 'sig/types.rbs', line 9772 def instance_type @instance_type end |
#managed_instance_scaling ⇒ Types::ProductionVariantManagedInstanceScaling
Returns the value of attribute managed_instance_scaling.
9778 9779 9780 |
# File 'sig/types.rbs', line 9778 def managed_instance_scaling @managed_instance_scaling end |
#routing_config ⇒ Types::ProductionVariantRoutingConfig
Returns the value of attribute routing_config.
9779 9780 9781 |
# File 'sig/types.rbs', line 9779 def routing_config @routing_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9766 9767 9768 |
# File 'sig/types.rbs', line 9766 def variant_name @variant_name end |
#variant_status ⇒ ::Array[Types::ProductionVariantStatus]
Returns the value of attribute variant_status.
9775 9776 9777 |
# File 'sig/types.rbs', line 9775 def variant_status @variant_status end |