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.
5792 5793 5794 |
# File 'sig/types.rbs', line 5792 def endpoint_name @endpoint_name end |
#initial_instance_count ⇒ ::Integer
Returns the value of attribute initial_instance_count.
5795 5796 5797 |
# File 'sig/types.rbs', line 5795 def initial_instance_count @initial_instance_count end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
5794 5795 5796 |
# File 'sig/types.rbs', line 5794 def instance_type @instance_type end |
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute serverless_config.
5796 5797 5798 |
# File 'sig/types.rbs', line 5796 def serverless_config @serverless_config end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
5793 5794 5795 |
# File 'sig/types.rbs', line 5793 def variant_name @variant_name end |