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.



4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4672

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)


4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4672

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