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_include, :fields_to_exclude])

Instance Attribute Summary collapse

Instance Attribute Details

#fields_to_exclude::Array[Types::FieldForReranking]

Returns the value of attribute fields_to_exclude.

Returns:



2465
2466
2467
# File 'sig/types.rbs', line 2465

def fields_to_exclude
  @fields_to_exclude
end

#fields_to_include::Array[Types::FieldForReranking]

Returns the value of attribute fields_to_include.

Returns:



2464
2465
2466
# File 'sig/types.rbs', line 2464

def fields_to_include
  @fields_to_include
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def unknown
  @unknown
end