Class: Aws::Types::SageMakerAlgorithmRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerAlgorithmRecommendation
- 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.
-
#recommended_training_instance_type ⇒ ::String
Returns the value of attribute recommended_training_instance_type.
Instance Attribute Details
#recommended_batch_transform_instance_type ⇒ ::String
Returns the value of attribute recommended_batch_transform_instance_type.
753 754 755 |
# File 'sig/types.rbs', line 753 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.
754 755 756 |
# File 'sig/types.rbs', line 754 def recommended_realtime_inference_instance_type @recommended_realtime_inference_instance_type end |
#recommended_training_instance_type ⇒ ::String
Returns the value of attribute recommended_training_instance_type.
755 756 757 |
# File 'sig/types.rbs', line 755 def recommended_training_instance_type @recommended_training_instance_type end |