Class: Aws::LexModelsV2::Types::IntentClassificationTestResultItemCounts

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#intent_match_result_countsHash<String,Integer>

The number of matched and mismatched results for intent recognition for the intent.

Returns:

  • (Hash<String,Integer>)


8099
8100
8101
8102
8103
8104
8105
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8099

class IntentClassificationTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :intent_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#speech_transcription_result_countsHash<String,Integer>

The number of matched, mismatched, and execution error results for speech transcription for the intent.

Returns:

  • (Hash<String,Integer>)


8099
8100
8101
8102
8103
8104
8105
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8099

class IntentClassificationTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :intent_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#total_result_countInteger

The total number of results in the intent classification test.

Returns:

  • (Integer)


8099
8100
8101
8102
8103
8104
8105
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8099

class IntentClassificationTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :intent_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end