Class: Aws::QBusiness::Types::AppliedCreatorModeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_mode_controlString

Information about whether creator mode is enabled or disabled for an Amazon Q Business application.

Returns:

  • (String)


419
420
421
422
423
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 419

class AppliedCreatorModeConfiguration < Struct.new(
  :creator_mode_control)
  SENSITIVE = []
  include Aws::Structure
end