Class: Aws::Types::HumanTaskConfig
- Inherits:
-
Object
- Object
- Aws::Types::HumanTaskConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_consolidation_config ⇒ Types::AnnotationConsolidationConfig
Returns the value of attribute annotation_consolidation_config.
-
#max_concurrent_task_count ⇒ ::Integer
Returns the value of attribute max_concurrent_task_count.
-
#number_of_human_workers_per_data_object ⇒ ::Integer
Returns the value of attribute number_of_human_workers_per_data_object.
-
#pre_human_task_lambda_arn ⇒ ::String
Returns the value of attribute pre_human_task_lambda_arn.
-
#public_workforce_task_price ⇒ Types::PublicWorkforceTaskPrice
Returns the value of attribute public_workforce_task_price.
-
#task_availability_lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute task_availability_lifetime_in_seconds.
-
#task_description ⇒ ::String
Returns the value of attribute task_description.
-
#task_keywords ⇒ ::Array[::String]
Returns the value of attribute task_keywords.
-
#task_time_limit_in_seconds ⇒ ::Integer
Returns the value of attribute task_time_limit_in_seconds.
-
#task_title ⇒ ::String
Returns the value of attribute task_title.
-
#ui_config ⇒ Types::UiConfig
Returns the value of attribute ui_config.
-
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
Instance Attribute Details
#annotation_consolidation_config ⇒ Types::AnnotationConsolidationConfig
Returns the value of attribute annotation_consolidation_config.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def annotation_consolidation_config @annotation_consolidation_config end |
#max_concurrent_task_count ⇒ ::Integer
Returns the value of attribute max_concurrent_task_count.
6252 6253 6254 |
# File 'sig/types.rbs', line 6252 def max_concurrent_task_count @max_concurrent_task_count end |
#number_of_human_workers_per_data_object ⇒ ::Integer
Returns the value of attribute number_of_human_workers_per_data_object.
6249 6250 6251 |
# File 'sig/types.rbs', line 6249 def number_of_human_workers_per_data_object @number_of_human_workers_per_data_object end |
#pre_human_task_lambda_arn ⇒ ::String
Returns the value of attribute pre_human_task_lambda_arn.
6245 6246 6247 |
# File 'sig/types.rbs', line 6245 def pre_human_task_lambda_arn @pre_human_task_lambda_arn end |
#public_workforce_task_price ⇒ Types::PublicWorkforceTaskPrice
Returns the value of attribute public_workforce_task_price.
6254 6255 6256 |
# File 'sig/types.rbs', line 6254 def public_workforce_task_price @public_workforce_task_price end |
#task_availability_lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute task_availability_lifetime_in_seconds.
6251 6252 6253 |
# File 'sig/types.rbs', line 6251 def task_availability_lifetime_in_seconds @task_availability_lifetime_in_seconds end |
#task_description ⇒ ::String
Returns the value of attribute task_description.
6248 6249 6250 |
# File 'sig/types.rbs', line 6248 def task_description @task_description end |
#task_keywords ⇒ ::Array[::String]
Returns the value of attribute task_keywords.
6246 6247 6248 |
# File 'sig/types.rbs', line 6246 def task_keywords @task_keywords end |
#task_time_limit_in_seconds ⇒ ::Integer
Returns the value of attribute task_time_limit_in_seconds.
6250 6251 6252 |
# File 'sig/types.rbs', line 6250 def task_time_limit_in_seconds @task_time_limit_in_seconds end |
#task_title ⇒ ::String
Returns the value of attribute task_title.
6247 6248 6249 |
# File 'sig/types.rbs', line 6247 def task_title @task_title end |
#ui_config ⇒ Types::UiConfig
Returns the value of attribute ui_config.
6244 6245 6246 |
# File 'sig/types.rbs', line 6244 def ui_config @ui_config end |
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
6243 6244 6245 |
# File 'sig/types.rbs', line 6243 def workteam_arn @workteam_arn end |