Class: Aws::Types::RerankingMetadataSelectiveModeConfiguration

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

Defined Under Namespace

Classes: FieldsToExclude, FieldsToInclude, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fields_to_exclude, :fields_to_include])

Instance Attribute Summary collapse

Instance Attribute Details

#fields_to_exclude::Array[Types::FieldForReranking]

Returns the value of attribute fields_to_exclude.

Returns:



2244
2245
2246
# File 'sig/types.rbs', line 2244

def fields_to_exclude
  @fields_to_exclude
end

#fields_to_include::Array[Types::FieldForReranking]

Returns the value of attribute fields_to_include.

Returns:



2245
2246
2247
# File 'sig/types.rbs', line 2245

def fields_to_include
  @fields_to_include
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def unknown
  @unknown
end