Class: Aws::LexModelsV2::Types::TestSetDiscrepancyErrors
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetDiscrepancyErrors
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains details about the errors in the test set discrepancy report
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_discrepancies ⇒ Array<Types::TestSetIntentDiscrepancyItem>
Contains information about discrepancies found for intents between the test set and the bot.
-
#slot_discrepancies ⇒ Array<Types::TestSetSlotDiscrepancyItem>
Contains information about discrepancies found for slots between the test set and the bot.
Instance Attribute Details
#intent_discrepancies ⇒ Array<Types::TestSetIntentDiscrepancyItem>
Contains information about discrepancies found for intents between the test set and the bot.
13681 13682 13683 13684 13685 13686 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13681 class TestSetDiscrepancyErrors < Struct.new( :intent_discrepancies, :slot_discrepancies) SENSITIVE = [] include Aws::Structure end |
#slot_discrepancies ⇒ Array<Types::TestSetSlotDiscrepancyItem>
Contains information about discrepancies found for slots between the test set and the bot.
13681 13682 13683 13684 13685 13686 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13681 class TestSetDiscrepancyErrors < Struct.new( :intent_discrepancies, :slot_discrepancies) SENSITIVE = [] include Aws::Structure end |