Class: Aws::Types::EndpointInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EndpointInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_parameter_ranges ⇒ Types::EnvironmentParameterRanges
Returns the value of attribute environment_parameter_ranges.
-
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute serverless_config.
Instance Attribute Details
#environment_parameter_ranges ⇒ Types::EnvironmentParameterRanges
Returns the value of attribute environment_parameter_ranges.
5794 5795 5796 |
# File 'sig/types.rbs', line 5794 def environment_parameter_ranges @environment_parameter_ranges end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
5793 5794 5795 |
# File 'sig/types.rbs', line 5793 def inference_specification_name @inference_specification_name end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
5791 5792 5793 |
# File 'sig/types.rbs', line 5791 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 |