Class: Aws::Types::GetRecommenderRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommenderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
-
#training_metrics_count ⇒ ::Integer
Returns the value of attribute training_metrics_count.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def domain_name @domain_name end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def recommender_name @recommender_name end |
#training_metrics_count ⇒ ::Integer
Returns the value of attribute training_metrics_count.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def training_metrics_count @training_metrics_count end |