Class: Aws::Types::EndpointOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EndpointOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#initial_instance_count ⇒ ::Integer
Returns the value of attribute initial_instance_count.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute serverless_config.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5807 5808 5809 |
# File 'sig/types.rbs', line 5807 def endpoint_name @endpoint_name end |
#initial_instance_count ⇒ ::Integer
Returns the value of attribute initial_instance_count.
5810 5811 5812 |
# File 'sig/types.rbs', line 5810 def initial_instance_count @initial_instance_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
5809 5810 5811 |
# File 'sig/types.rbs', line 5809 def instance_type @instance_type end |
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute serverless_config.
5811 5812 5813 |
# File 'sig/types.rbs', line 5811 def serverless_config @serverless_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
5808 5809 5810 |
# File 'sig/types.rbs', line 5808 def variant_name @variant_name end |