Class: Aws::QBusiness::Types::AppliedCreatorModeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AppliedCreatorModeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The creator mode specific admin controls configured for an Amazon Q Business application. Determines whether an end user can generate LLM-only responses when they use the web experience.
For more information, see [Admin controls and guardrails] and [Conversation settings].
[1]: docs.aws.amazon.com/amazonq/latest/qbusiness-ug/guardrails.html [2]: docs.aws.amazon.com/amazonq/latest/business-use-dg/using-web-experience.html#chat-source-scope
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creator_mode_control ⇒ String
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
Instance Attribute Details
#creator_mode_control ⇒ String
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
508 509 510 511 512 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 508 class AppliedCreatorModeConfiguration < Struct.new( :creator_mode_control) SENSITIVE = [] include Aws::Structure end |