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.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def human_task_config @human_task_config end |
#input_config ⇒ Types::LabelingJobInputConfig
Returns the value of attribute input_config.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def input_config @input_config end |
#label_attribute_name ⇒ ::String
Returns the value of attribute label_attribute_name.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def label_attribute_name @label_attribute_name end |
#label_category_config_s3_uri ⇒ ::String
Returns the value of attribute label_category_config_s3_uri.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 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.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def labeling_job_algorithms_config @labeling_job_algorithms_config end |
#labeling_job_name ⇒ ::String
Returns the value of attribute labeling_job_name.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def labeling_job_name @labeling_job_name end |
#output_config ⇒ Types::LabelingJobOutputConfig
Returns the value of attribute output_config.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def role_arn @role_arn end |
#stopping_conditions ⇒ Types::LabelingJobStoppingConditions
Returns the value of attribute stopping_conditions.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def stopping_conditions @stopping_conditions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def end |