Class: Aws::Types::AIRecommendationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
-
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
-
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
Instance Attribute Details
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
193 194 195 |
# File 'sig/types.rbs', line 193 def ai_recommendation_job_arn @ai_recommendation_job_arn end |
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def ai_recommendation_job_name @ai_recommendation_job_name end |
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
194 195 196 |
# File 'sig/types.rbs', line 194 def ai_recommendation_job_status @ai_recommendation_job_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
195 196 197 |
# File 'sig/types.rbs', line 195 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
196 197 198 |
# File 'sig/types.rbs', line 196 def end_time @end_time end |