Class: Aws::Types::HumanTaskConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_consolidation_configTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


6289
6290
6291
# File 'sig/types.rbs', line 6289

def pre_human_task_lambda_arn
  @pre_human_task_lambda_arn
end

#public_workforce_task_priceTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


6291
6292
6293
# File 'sig/types.rbs', line 6291

def task_title
  @task_title
end

#ui_configTypes::UiConfig

Returns the value of attribute ui_config.

Returns:



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.

Returns:

  • (::String)


6287
6288
6289
# File 'sig/types.rbs', line 6287

def workteam_arn
  @workteam_arn
end