Class: Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportRequest

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

#test_set_discrepancy_report_idString

The unique identifier of the test set discrepancy report.

Returns:

  • (String)


6954
6955
6956
6957
6958
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6954

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