Class: Aws::Types::DocumentClassificationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


707
708
709
# File 'sig/types.rbs', line 707

def labels
  @labels
end

#mode"MULTI_CLASS", "MULTI_LABEL"

Returns the value of attribute mode.

Returns:

  • ("MULTI_CLASS", "MULTI_LABEL")


706
707
708
# File 'sig/types.rbs', line 706

def mode
  @mode
end