Class: Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report.
Instance Attribute Details
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report.
6996 6997 6998 6999 7000 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6996 class DescribeTestSetDiscrepancyReportRequest < Struct.new( :test_set_discrepancy_report_id) SENSITIVE = [] include Aws::Structure end |