| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.builder() |
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.intentMatchResultCountsWithStrings(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.speechTranscriptionResultCountsWithStrings(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.toBuilder() |
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.totalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentClassificationTestResultItemCounts.Builder> |
IntentClassificationTestResultItemCounts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IntentClassificationTestResultItem.Builder |
IntentClassificationTestResultItem.Builder.resultCounts(Consumer<IntentClassificationTestResultItemCounts.Builder> resultCounts)
The result of the intent classification test.
|
Copyright © 2023. All rights reserved.