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.
771 772 773 |
# File 'sig/types.rbs', line 771 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.
772 773 774 |
# File 'sig/types.rbs', line 772 def recommended_realtime_inference_instance_type @recommended_realtime_inference_instance_type end |