Class: Aws::Types::AgenticRetrieveConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#foundation_model_configurationTypes::FoundationModelConfiguration

Returns the value of attribute foundation_model_configuration.



144
145
146
# File 'sig/types.rbs', line 144

def foundation_model_configuration
  @foundation_model_configuration
end

#foundation_model_type"CUSTOM", "MANAGED"

Returns the value of attribute foundation_model_type.

Returns:

  • ("CUSTOM", "MANAGED")


145
146
147
# File 'sig/types.rbs', line 145

def foundation_model_type
  @foundation_model_type
end

#max_agent_iteration::Integer

Returns the value of attribute max_agent_iteration.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def max_agent_iteration
  @max_agent_iteration
end

#reranking_configurationTypes::AgenticRetrieveRerankingConfiguration

Returns the value of attribute reranking_configuration.



147
148
149
# File 'sig/types.rbs', line 147

def reranking_configuration
  @reranking_configuration
end

#reranking_model_type"CUSTOM", ...

Returns the value of attribute reranking_model_type.

Returns:

  • ("CUSTOM", "MANAGED", "NONE")


148
149
150
# File 'sig/types.rbs', line 148

def reranking_model_type
  @reranking_model_type
end