Class: Aws::QBusiness::Types::HallucinationReductionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::HallucinationReductionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Configuration information required to setup hallucination reduction. For more information, see [ hallucination reduction].
<note markdown=“1”> The hallucination reduction feature won’t work if chat orchestration controls are enabled for your application.
</note>
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/hallucination-reduction.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hallucination_reduction_control ⇒ String
Controls whether hallucination reduction has been enabled or disabled for your application.
Instance Attribute Details
#hallucination_reduction_control ⇒ String
Controls whether hallucination reduction has been enabled or disabled for your application. The default status is ‘DISABLED`.
5521 5522 5523 5524 5525 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5521 class HallucinationReductionConfiguration < Struct.new( :hallucination_reduction_control) SENSITIVE = [] include Aws::Structure end |