Class: Aws::Types::BatchInferenceJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::BatchInferenceJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_inference_job_arn ⇒ ::String
Returns the value of attribute batch_inference_job_arn.
-
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#batch_inference_job_arn ⇒ ::String
Returns the value of attribute batch_inference_job_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def batch_inference_job_arn @batch_inference_job_arn end |
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
90 91 92 |
# File 'sig/types.rbs', line 90 def batch_inference_job_mode @batch_inference_job_mode end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
86 87 88 |
# File 'sig/types.rbs', line 86 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
88 89 90 |
# File 'sig/types.rbs', line 88 def failure_reason @failure_reason end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
87 88 89 |
# File 'sig/types.rbs', line 87 def last_updated_date_time @last_updated_date_time end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
85 86 87 |
# File 'sig/types.rbs', line 85 def status @status end |