Class: Aws::Types::CreateLabelingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLabelingJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_config ⇒ Types::HumanTaskConfig
Returns the value of attribute human_task_config.
-
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
-
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
-
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
-
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
Returns the value of attribute labeling_job_algorithms_config.
-
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
-
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#human_task_config ⇒ Types::HumanTaskConfig
Returns the value of attribute human_task_config.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def human_task_config @human_task_config end |
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def input_config @input_config end |
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def label_attribute_name @label_attribute_name end |
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def label_category_config_s3_uri @label_category_config_s3_uri end |
#labeling_job_algorithms_config ⇒ Types::LabelingJobAlgorithmsConfig
Returns the value of attribute labeling_job_algorithms_config.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def labeling_job_algorithms_config @labeling_job_algorithms_config end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def labeling_job_name @labeling_job_name end |
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def @tags end |