Class: Aws::Types::TextClassificationJobConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#completion_criteriaTypes::AutoMLJobCompletionCriteria

Returns the value of attribute completion_criteria.



11377
11378
11379
# File 'sig/types.rbs', line 11377

def completion_criteria
  @completion_criteria
end

#content_column::String

Returns the value of attribute content_column.



11378
11379
11380
# File 'sig/types.rbs', line 11378

def content_column
  @content_column
end

#target_label_column::String

Returns the value of attribute target_label_column.



11379
11380
11381
# File 'sig/types.rbs', line 11379

def target_label_column
  @target_label_column
end