Class: Aws::Types::KnowledgeBaseFlowNodeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



1639
1640
1641
# File 'sig/types.rbs', line 1639

def guardrail_configuration
  @guardrail_configuration
end

#inference_configurationTypes::PromptInferenceConfiguration

Returns the value of attribute inference_configuration.



1642
1643
1644
# File 'sig/types.rbs', line 1642

def inference_configuration
  @inference_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def knowledge_base_id
  @knowledge_base_id
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def model_id
  @model_id
end

#number_of_results::Integer

Returns the value of attribute number_of_results.

Returns:

  • (::Integer)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def number_of_results
  @number_of_results
end

#orchestration_configurationTypes::KnowledgeBaseOrchestrationConfiguration

Returns the value of attribute orchestration_configuration.



1644
1645
1646
# File 'sig/types.rbs', line 1644

def orchestration_configuration
  @orchestration_configuration
end

#prompt_templateTypes::KnowledgeBasePromptTemplate

Returns the value of attribute prompt_template.



1641
1642
1643
# File 'sig/types.rbs', line 1641

def prompt_template
  @prompt_template
end

#reranking_configurationTypes::VectorSearchRerankingConfiguration

Returns the value of attribute reranking_configuration.



1643
1644
1645
# File 'sig/types.rbs', line 1643

def reranking_configuration
  @reranking_configuration
end