Class: Aws::LexModelsV2::Types::TestSetDiscrepancyErrors

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#intent_discrepanciesArray<Types::TestSetIntentDiscrepancyItem>

Contains information about discrepancies found for intents between the test set and the bot.



13608
13609
13610
13611
13612
13613
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13608

class TestSetDiscrepancyErrors < Struct.new(
  :intent_discrepancies,
  :slot_discrepancies)
  SENSITIVE = []
  include Aws::Structure
end

#slot_discrepanciesArray<Types::TestSetSlotDiscrepancyItem>

Contains information about discrepancies found for slots between the test set and the bot.



13608
13609
13610
13611
13612
13613
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13608

class TestSetDiscrepancyErrors < Struct.new(
  :intent_discrepancies,
  :slot_discrepancies)
  SENSITIVE = []
  include Aws::Structure
end