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.



13723
13724
13725
13726
13727
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13723

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