| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestResultMatchStatus |
ConversationLevelTestResultsFilterBy.endToEndResult()
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
TestResultMatchStatus |
UserTurnResult.endToEndResult()
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
TestResultMatchStatus |
ConversationLevelResultDetail.endToEndResult()
The success or failure of the streaming of the conversation.
|
TestResultMatchStatus |
ConversationLevelTestResultItem.endToEndResult()
The end-to-end success or failure of the test result evaluation item.
|
static TestResultMatchStatus |
TestResultMatchStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestResultMatchStatus |
UserTurnResult.intentMatchResult()
Specifies whether the expected and actual intents match or not.
|
TestResultMatchStatus |
ConversationLevelIntentClassificationResultItem.matchResult()
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
TestResultMatchStatus |
ConversationLevelSlotResolutionResultItem.matchResult()
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
TestResultMatchStatus |
UserTurnResult.slotMatchResult()
Specifies whether the expected and actual slots match or not.
|
TestResultMatchStatus |
UserTurnResult.speechTranscriptionResult()
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
TestResultMatchStatus |
ConversationLevelResultDetail.speechTranscriptionResult()
The speech transcription success or failure details of the conversation.
|
TestResultMatchStatus |
ConversationLevelTestResultItem.speechTranscriptionResult()
The speech transcription success or failure of the test result evaluation item.
|
static TestResultMatchStatus |
TestResultMatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResultMatchStatus[] |
TestResultMatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<TestResultMatchStatus,Integer> |
OverallTestResultItem.endToEndResultCounts()
The number of results that succeeded.
|
Map<TestResultMatchStatus,Integer> |
IntentClassificationTestResultItemCounts.intentMatchResultCounts()
The number of matched and mismatched results for intent recognition for the intent.
|
static Set<TestResultMatchStatus> |
TestResultMatchStatus.knownValues()
|
Map<TestResultMatchStatus,Integer> |
SlotResolutionTestResultItemCounts.slotMatchResultCounts()
The number of matched and mismatched results for slot resolution for the slot.
|
Map<TestResultMatchStatus,Integer> |
SlotResolutionTestResultItemCounts.speechTranscriptionResultCounts()
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
Map<TestResultMatchStatus,Integer> |
OverallTestResultItem.speechTranscriptionResultCounts()
The number of speech transcription results in the overall test.
|
Map<TestResultMatchStatus,Integer> |
IntentClassificationTestResultItemCounts.speechTranscriptionResultCounts()
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultsFilterBy.Builder |
ConversationLevelTestResultsFilterBy.Builder.endToEndResult(TestResultMatchStatus endToEndResult)
The selection of matched or mismatched end-to-end status to filter test set results data at the conversation
level.
|
UserTurnResult.Builder |
UserTurnResult.Builder.endToEndResult(TestResultMatchStatus endToEndResult)
Specifies whether the expected and actual outputs match or not, or if there is an error in execution.
|
ConversationLevelResultDetail.Builder |
ConversationLevelResultDetail.Builder.endToEndResult(TestResultMatchStatus endToEndResult)
The success or failure of the streaming of the conversation.
|
ConversationLevelTestResultItem.Builder |
ConversationLevelTestResultItem.Builder.endToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
UserTurnResult.Builder |
UserTurnResult.Builder.intentMatchResult(TestResultMatchStatus intentMatchResult)
Specifies whether the expected and actual intents match or not.
|
ConversationLevelIntentClassificationResultItem.Builder |
ConversationLevelIntentClassificationResultItem.Builder.matchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
|
ConversationLevelSlotResolutionResultItem.Builder |
ConversationLevelSlotResolutionResultItem.Builder.matchResult(TestResultMatchStatus matchResult)
The number of matching slots used in the slots listings for the slot resolution evaluation.
|
UserTurnResult.Builder |
UserTurnResult.Builder.slotMatchResult(TestResultMatchStatus slotMatchResult)
Specifies whether the expected and actual slots match or not.
|
UserTurnResult.Builder |
UserTurnResult.Builder.speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in
execution.
|
ConversationLevelResultDetail.Builder |
ConversationLevelResultDetail.Builder.speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure details of the conversation.
|
ConversationLevelTestResultItem.Builder |
ConversationLevelTestResultItem.Builder.speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
| Modifier and Type | Method and Description |
|---|---|
OverallTestResultItem.Builder |
OverallTestResultItem.Builder.endToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)
The number of results that succeeded.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)
The number of matched and mismatched results for slot resolution for the slot.
|
SlotResolutionTestResultItemCounts.Builder |
SlotResolutionTestResultItemCounts.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched and execution error results for speech transcription for the slot.
|
OverallTestResultItem.Builder |
OverallTestResultItem.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
IntentClassificationTestResultItemCounts.Builder |
IntentClassificationTestResultItemCounts.Builder.speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
Copyright © 2023. All rights reserved.