Class: Aws::LexModelsV2::Types::TestSetDiscrepancyReportResourceTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about the resource used for the test set discrepancy report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_targetTypes::TestSetDiscrepancyReportBotAliasTarget

Contains information about the bot alias used as the resource for the test set discrepancy report.



13650
13651
13652
13653
13654
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13650

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