Class: Aws::Types::CreateBatchPredictionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchPredictionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#output_path ⇒ ::String
Returns the value of attribute output_path.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def detector_name @detector_name end |
#detector_version ⇒ ::String
Returns the value of attribute detector_version.
175 176 177 |
# File 'sig/types.rbs', line 175 def detector_version @detector_version end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def event_type_name @event_type_name end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
176 177 178 |
# File 'sig/types.rbs', line 176 def iam_role_arn @iam_role_arn end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
171 172 173 |
# File 'sig/types.rbs', line 171 def input_path @input_path end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def job_id @job_id end |
#output_path ⇒ ::String
Returns the value of attribute output_path.
172 173 174 |
# File 'sig/types.rbs', line 172 def output_path @output_path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
177 178 179 |
# File 'sig/types.rbs', line 177 def end |