Class: Aws::Types::EvaluationPrecomputedRagSourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationPrecomputedRagSourceConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RetrieveAndGenerateSourceConfig, RetrieveSourceConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retrieve_and_generate_source_config ⇒ Types::EvaluationPrecomputedRetrieveAndGenerateSourceConfig
Returns the value of attribute retrieve_and_generate_source_config.
-
#retrieve_source_config ⇒ Types::EvaluationPrecomputedRetrieveSourceConfig
Returns the value of attribute retrieve_source_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#retrieve_and_generate_source_config ⇒ Types::EvaluationPrecomputedRetrieveAndGenerateSourceConfig
Returns the value of attribute retrieve_and_generate_source_config.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def retrieve_and_generate_source_config @retrieve_and_generate_source_config end |
#retrieve_source_config ⇒ Types::EvaluationPrecomputedRetrieveSourceConfig
Returns the value of attribute retrieve_source_config.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def retrieve_source_config @retrieve_source_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def unknown @unknown end |