Class: Aws::Types::KnowledgeBaseOrchestrationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fields::Hash[::String, untyped]

Returns the value of attribute additional_model_request_fields.

Returns:

  • (::Hash[::String, untyped])


1651
1652
1653
# File 'sig/types.rbs', line 1651

def additional_model_request_fields
  @additional_model_request_fields
end

#inference_configTypes::PromptInferenceConfiguration

Returns the value of attribute inference_config.



1650
1651
1652
# File 'sig/types.rbs', line 1650

def inference_config
  @inference_config
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



1652
1653
1654
# File 'sig/types.rbs', line 1652

def performance_config
  @performance_config
end

#prompt_templateTypes::KnowledgeBasePromptTemplate

Returns the value of attribute prompt_template.



1649
1650
1651
# File 'sig/types.rbs', line 1649

def prompt_template
  @prompt_template
end