Class: Aws::Types::CreateLabelingJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_configTypes::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_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def label_category_config_s3_uri
  @label_category_config_s3_uri
end

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

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def labeling_job_name
  @labeling_job_name
end

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

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def role_arn
  @role_arn
end

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

Returns:



2448
2449
2450
# File 'sig/types.rbs', line 2448

def tags
  @tags
end