Class: Aws::Types::TextClassificationJobConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_criteriaTypes::AutoMLJobCompletionCriteria

Returns the value of attribute completion_criteria.



11301
11302
11303
# File 'sig/types.rbs', line 11301

def completion_criteria
  @completion_criteria
end

#content_column::String

Returns the value of attribute content_column.

Returns:

  • (::String)


11302
11303
11304
# File 'sig/types.rbs', line 11302

def content_column
  @content_column
end

#target_label_column::String

Returns the value of attribute target_label_column.

Returns:

  • (::String)


11303
11304
11305
# File 'sig/types.rbs', line 11303

def target_label_column
  @target_label_column
end