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.
6297 6298 6299 |
# File 'sig/types.rbs', line 6297 def annotation_consolidation_config @annotation_consolidation_config end |
#max_concurrent_task_count ⇒ ::Integer
Returns the value of attribute max_concurrent_task_count.
6296 6297 6298 |
# File 'sig/types.rbs', line 6296 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.
6293 6294 6295 |
# File 'sig/types.rbs', line 6293 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.
6289 6290 6291 |
# File 'sig/types.rbs', line 6289 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.
6298 6299 6300 |
# File 'sig/types.rbs', line 6298 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.
6295 6296 6297 |
# File 'sig/types.rbs', line 6295 def task_availability_lifetime_in_seconds @task_availability_lifetime_in_seconds end |
#task_description ⇒ ::String
Returns the value of attribute task_description.
6292 6293 6294 |
# File 'sig/types.rbs', line 6292 def task_description @task_description end |
#task_keywords ⇒ ::Array[::String]
Returns the value of attribute task_keywords.
6290 6291 6292 |
# File 'sig/types.rbs', line 6290 def task_keywords @task_keywords end |
#task_time_limit_in_seconds ⇒ ::Integer
Returns the value of attribute task_time_limit_in_seconds.
6294 6295 6296 |
# File 'sig/types.rbs', line 6294 def task_time_limit_in_seconds @task_time_limit_in_seconds end |
#task_title ⇒ ::String
Returns the value of attribute task_title.
6291 6292 6293 |
# File 'sig/types.rbs', line 6291 def task_title @task_title end |
#ui_config ⇒ Types::UiConfig
Returns the value of attribute ui_config.
6288 6289 6290 |
# File 'sig/types.rbs', line 6288 def ui_config @ui_config end |
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
6287 6288 6289 |
# File 'sig/types.rbs', line 6287 def workteam_arn @workteam_arn end |