Class: Aws::QConnect::Types::GuardrailTopicConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailTopicConfig
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details about topics for the AI Guardrail to identify and deny.
Constant Summary collapse
- SENSITIVE =
[:definition, :examples, :name, :type]
Instance Attribute Summary collapse
-
#definition ⇒ String
A definition of the topic to deny.
-
#examples ⇒ Array<String>
A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
-
#name ⇒ String
The name of the topic to deny.
-
#type ⇒ String
Specifies to deny the topic.
Instance Attribute Details
#definition ⇒ String
A definition of the topic to deny.
5144 5145 5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5144 class GuardrailTopicConfig < Struct.new( :definition, :examples, :name, :type) SENSITIVE = [:definition, :examples, :name, :type] include Aws::Structure end |
#examples ⇒ Array<String>
A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
5144 5145 5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5144 class GuardrailTopicConfig < Struct.new( :definition, :examples, :name, :type) SENSITIVE = [:definition, :examples, :name, :type] include Aws::Structure end |
#name ⇒ String
The name of the topic to deny.
5144 5145 5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5144 class GuardrailTopicConfig < Struct.new( :definition, :examples, :name, :type) SENSITIVE = [:definition, :examples, :name, :type] include Aws::Structure end |
#type ⇒ String
Specifies to deny the topic.
5144 5145 5146 5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5144 class GuardrailTopicConfig < Struct.new( :definition, :examples, :name, :type) SENSITIVE = [:definition, :examples, :name, :type] include Aws::Structure end |