Class: Aws::Types::Recommender
- Inherits:
-
Object
- Object
- Aws::Types::Recommender
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#latest_recommender_update ⇒ Types::RecommenderUpdateSummary
Returns the value of attribute latest_recommender_update.
-
#model_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute model_metrics.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
-
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
-
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def dataset_group_arn @dataset_group_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def last_updated_date_time @last_updated_date_time end |
#latest_recommender_update ⇒ Types::RecommenderUpdateSummary
Returns the value of attribute latest_recommender_update.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def latest_recommender_update @latest_recommender_update end |
#model_metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute model_metrics.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def model_metrics @model_metrics end |
#name ⇒ ::String
Returns the value of attribute name.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def name @name end |
#recipe_arn ⇒ ::String
Returns the value of attribute recipe_arn.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def recipe_arn @recipe_arn end |
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def recommender_arn @recommender_arn end |
#recommender_config ⇒ Types::RecommenderConfig
Returns the value of attribute recommender_config.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def recommender_config @recommender_config end |
#status ⇒ ::String
Returns the value of attribute status.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def status @status end |