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.



11293
11294
11295
# File 'sig/types.rbs', line 11293

def completion_criteria
  @completion_criteria
end

#content_column::String

Returns the value of attribute content_column.

Returns:

  • (::String)


11294
11295
11296
# File 'sig/types.rbs', line 11294

def content_column
  @content_column
end

#target_label_column::String

Returns the value of attribute target_label_column.

Returns:

  • (::String)


11295
11296
11297
# File 'sig/types.rbs', line 11295

def target_label_column
  @target_label_column
end