Class: Aws::Types::RAGConfig

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

Defined Under Namespace

Classes: KnowledgeBaseConfig, PrecomputedRagSourceConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_configTypes::KnowledgeBaseConfig

Returns the value of attribute knowledge_base_config.



3214
3215
3216
# File 'sig/types.rbs', line 3214

def knowledge_base_config
  @knowledge_base_config
end

#precomputed_rag_source_configTypes::EvaluationPrecomputedRagSourceConfig

Returns the value of attribute precomputed_rag_source_config.



3215
3216
3217
# File 'sig/types.rbs', line 3215

def precomputed_rag_source_config
  @precomputed_rag_source_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def unknown
  @unknown
end