Class: Aws::Types::CreateBatchInferenceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchInferenceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_inference_job_config ⇒ Types::BatchInferenceJobConfig
Returns the value of attribute batch_inference_job_config.
-
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#job_input ⇒ Types::BatchInferenceJobInput
Returns the value of attribute job_input.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output ⇒ Types::BatchInferenceJobOutput
Returns the value of attribute job_output.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#theme_generation_config ⇒ Types::ThemeGenerationConfig
Returns the value of attribute theme_generation_config.
Instance Attribute Details
#batch_inference_job_config ⇒ Types::BatchInferenceJobConfig
Returns the value of attribute batch_inference_job_config.
195 196 197 |
# File 'sig/types.rbs', line 195 def batch_inference_job_config @batch_inference_job_config end |
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
197 198 199 |
# File 'sig/types.rbs', line 197 def batch_inference_job_mode @batch_inference_job_mode end |
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def filter_arn @filter_arn end |
#job_input ⇒ Types::BatchInferenceJobInput
Returns the value of attribute job_input.
192 193 194 |
# File 'sig/types.rbs', line 192 def job_input @job_input end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def job_name @job_name end |
#job_output ⇒ Types::BatchInferenceJobOutput
Returns the value of attribute job_output.
193 194 195 |
# File 'sig/types.rbs', line 193 def job_output @job_output end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
191 192 193 |
# File 'sig/types.rbs', line 191 def num_results @num_results end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
194 195 196 |
# File 'sig/types.rbs', line 194 def role_arn @role_arn end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def solution_version_arn @solution_version_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
196 197 198 |
# File 'sig/types.rbs', line 196 def @tags end |
#theme_generation_config ⇒ Types::ThemeGenerationConfig
Returns the value of attribute theme_generation_config.
198 199 200 |
# File 'sig/types.rbs', line 198 def theme_generation_config @theme_generation_config end |