Class: Aws::LexModelsV2::Types::CreateTestSetDiscrepancyReportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#targetTypes::TestSetDiscrepancyReportResourceTarget

The target bot for the test set discrepancy report.



4643
4644
4645
4646
4647
4648
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4643

class CreateTestSetDiscrepancyReportRequest < Struct.new(
  :test_set_id,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The test set Id for the test set discrepancy report.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4643

class CreateTestSetDiscrepancyReportRequest < Struct.new(
  :test_set_id,
  :target)
  SENSITIVE = []
  include Aws::Structure
end