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.



2432
2433
2434
# File 'sig/types.rbs', line 2432

def human_task_config
  @human_task_config
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


2429
2430
2431
# File 'sig/types.rbs', line 2429

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.



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.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def labeling_job_name
  @labeling_job_name
end

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

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def role_arn
  @role_arn
end

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

Returns:



2433
2434
2435
# File 'sig/types.rbs', line 2433

def tags
  @tags
end