Class: Aws::Types::VectorSearchRerankingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_reranking_configurationTypes::VectorSearchBedrockRerankingConfiguration

Returns the value of attribute bedrock_reranking_configuration.



2790
2791
2792
# File 'sig/types.rbs', line 2790

def bedrock_reranking_configuration
  @bedrock_reranking_configuration
end

#type"BEDROCK_RERANKING_MODEL"

Returns the value of attribute type.

Returns:

  • ("BEDROCK_RERANKING_MODEL")


2791
2792
2793
# File 'sig/types.rbs', line 2791

def type
  @type
end