Class: Aws::Types::SageMakerModelRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerModelRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommended_batch_transform_instance_type ⇒ ::String
Returns the value of attribute recommended_batch_transform_instance_type.
-
#recommended_realtime_inference_instance_type ⇒ ::String
Returns the value of attribute recommended_realtime_inference_instance_type.
Instance Attribute Details
#recommended_batch_transform_instance_type ⇒ ::String
Returns the value of attribute recommended_batch_transform_instance_type.
728 729 730 |
# File 'sig/types.rbs', line 728 def recommended_batch_transform_instance_type @recommended_batch_transform_instance_type end |
#recommended_realtime_inference_instance_type ⇒ ::String
Returns the value of attribute recommended_realtime_inference_instance_type.
729 730 731 |
# File 'sig/types.rbs', line 729 def recommended_realtime_inference_instance_type @recommended_realtime_inference_instance_type end |