Class: Aws::Types::UpdateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_data_access_role_arn ⇒ ::String
Returns the value of attribute desired_data_access_role_arn.
-
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
-
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
Instance Attribute Details
#desired_data_access_role_arn ⇒ ::String
Returns the value of attribute desired_data_access_role_arn.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def desired_data_access_role_arn @desired_data_access_role_arn end |
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def desired_inference_units @desired_inference_units end |
#desired_model_arn ⇒ ::String
Returns the value of attribute desired_model_arn.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def desired_model_arn @desired_model_arn end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def endpoint_arn @endpoint_arn end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def flywheel_arn @flywheel_arn end |