Class: Aws::Types::GetRecommenderResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommenderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_recommender_version_name ⇒ ::String
Returns the value of attribute active_recommender_version_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#latest_recommender_update ⇒ Types::RecommenderUpdate
Returns the value of attribute latest_recommender_update.
-
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
-
#recommender_recipe_name ⇒ "recommended-for-you", ...
Returns the value of attribute recommender_recipe_name.
-
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_metrics ⇒ ::Array[Types::TrainingMetrics]
Returns the value of attribute training_metrics.
Instance Attribute Details
#active_recommender_version_name ⇒ ::String
Returns the value of attribute active_recommender_version_name.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def active_recommender_version_name @active_recommender_version_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def failure_reason @failure_reason end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def last_updated_at @last_updated_at end |
#latest_recommender_update ⇒ Types::RecommenderUpdate
Returns the value of attribute latest_recommender_update.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def latest_recommender_update @latest_recommender_update end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def recommender_config @recommender_config end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def recommender_name @recommender_name end |
#recommender_recipe_name ⇒ "recommended-for-you", ...
Returns the value of attribute recommender_recipe_name.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def recommender_recipe_name @recommender_recipe_name end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def @tags end |
#training_metrics ⇒ ::Array[Types::TrainingMetrics]
Returns the value of attribute training_metrics.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def training_metrics @training_metrics end |