Class: Aws::LexModelsV2::Types::IntentClassificationTestResults

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

Overview

Information for the results of the intent classification test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::IntentClassificationTestResultItem>

A list of the results for the intent classification test.



7746
7747
7748
7749
7750
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7746

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