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:



3304
3305
3306
# File 'sig/types.rbs', line 3304

def fields_to_exclude
  @fields_to_exclude
end

#fields_to_include::Array[Types::FieldForReranking]

Returns the value of attribute fields_to_include.

Returns:



3303
3304
3305
# File 'sig/types.rbs', line 3303

def fields_to_include
  @fields_to_include
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3305
3306
3307
# File 'sig/types.rbs', line 3305

def unknown
  @unknown
end