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.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def environment_parameter_ranges @environment_parameter_ranges end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
5774 5775 5776 |
# File 'sig/types.rbs', line 5774 def inference_specification_name @inference_specification_name end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
5772 5773 5774 |
# File 'sig/types.rbs', line 5772 def instance_type @instance_type end |
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Returns the value of attribute serverless_config.
5773 5774 5775 |
# File 'sig/types.rbs', line 5773 def serverless_config @serverless_config end |