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