Class: Aws::LexModelsV2::Types::IntentClassificationTestResultItemCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::IntentClassificationTestResultItemCounts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The number of items in the intent classification test.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_match_result_counts ⇒ Hash<String,Integer>
The number of matched and mismatched results for intent recognition for the intent.
-
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of matched, mismatched, and execution error results for speech transcription for the intent.
-
#total_result_count ⇒ Integer
The total number of results in the intent classification test.
Instance Attribute Details
#intent_match_result_counts ⇒ Hash<String,Integer>
The number of matched and mismatched results for intent recognition for the intent.
8172 8173 8174 8175 8176 8177 8178 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8172 class IntentClassificationTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :intent_match_result_counts) SENSITIVE = [] include Aws::Structure end |
#speech_transcription_result_counts ⇒ Hash<String,Integer>
The number of matched, mismatched, and execution error results for speech transcription for the intent.
8172 8173 8174 8175 8176 8177 8178 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8172 class IntentClassificationTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :intent_match_result_counts) SENSITIVE = [] include Aws::Structure end |
#total_result_count ⇒ Integer
The total number of results in the intent classification test.
8172 8173 8174 8175 8176 8177 8178 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8172 class IntentClassificationTestResultItemCounts < Struct.new( :total_result_count, :speech_transcription_result_counts, :intent_match_result_counts) SENSITIVE = [] include Aws::Structure end |