Class: Aws::Types::BatchPrediction
- Inherits:
-
Object
- Object
- Aws::Types::BatchPrediction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completion_time ⇒ ::String
Returns the value of attribute completion_time.
-
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
-
#detector_version ⇒ ::String
Returns the value of attribute detector_version.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#input_path ⇒ ::String
Returns the value of attribute input_path.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_heartbeat_time ⇒ ::String
Returns the value of attribute last_heartbeat_time.
-
#output_path ⇒ ::String
Returns the value of attribute output_path.
-
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS_INITIALIZING", ...
Returns the value of attribute status.
-
#total_records_count ⇒ ::Integer
Returns the value of attribute total_records_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def arn @arn end |
#completion_time ⇒ ::String
Returns the value of attribute completion_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def completion_time @completion_time end |
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def detector_name @detector_name end |
#detector_version ⇒ ::String
Returns the value of attribute detector_version.
127 128 129 |
# File 'sig/types.rbs', line 127 def detector_version @detector_version end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
125 126 127 |
# File 'sig/types.rbs', line 125 def event_type_name @event_type_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
119 120 121 |
# File 'sig/types.rbs', line 119 def failure_reason @failure_reason end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
128 129 130 |
# File 'sig/types.rbs', line 128 def iam_role_arn @iam_role_arn end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
123 124 125 |
# File 'sig/types.rbs', line 123 def input_path @input_path end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def job_id @job_id end |
#last_heartbeat_time ⇒ ::String
Returns the value of attribute last_heartbeat_time.
122 123 124 |
# File 'sig/types.rbs', line 122 def last_heartbeat_time @last_heartbeat_time end |
#output_path ⇒ ::String
Returns the value of attribute output_path.
124 125 126 |
# File 'sig/types.rbs', line 124 def output_path @output_path end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
130 131 132 |
# File 'sig/types.rbs', line 130 def processed_records_count @processed_records_count end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def start_time @start_time end |
#status ⇒ "IN_PROGRESS_INITIALIZING", ...
Returns the value of attribute status.
118 119 120 |
# File 'sig/types.rbs', line 118 def status @status end |
#total_records_count ⇒ ::Integer
Returns the value of attribute total_records_count.
131 132 133 |
# File 'sig/types.rbs', line 131 def total_records_count @total_records_count end |