Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestResultMatchStatus
-
Packages that use TestResultMatchStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestResultMatchStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestResultMatchStatus Modifier and Type Method Description TestResultMatchStatusConversationLevelResultDetail. endToEndResult()The success or failure of the streaming of the conversation.TestResultMatchStatusConversationLevelTestResultItem. endToEndResult()The end-to-end success or failure of the test result evaluation item.TestResultMatchStatusConversationLevelTestResultsFilterBy. endToEndResult()The selection of matched or mismatched end-to-end status to filter test set results data at the conversation level.TestResultMatchStatusUserTurnResult. endToEndResult()Specifies whether the expected and actual outputs match or not, or if there is an error in execution.static TestResultMatchStatusTestResultMatchStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestResultMatchStatusUserTurnResult. intentMatchResult()Specifies whether the expected and actual intents match or not.TestResultMatchStatusConversationLevelIntentClassificationResultItem. matchResult()The number of times the specific intent is used in the evaluation of intent level success or failure.TestResultMatchStatusConversationLevelSlotResolutionResultItem. matchResult()The number of matching slots used in the slots listings for the slot resolution evaluation.TestResultMatchStatusUserTurnResult. slotMatchResult()Specifies whether the expected and actual slots match or not.TestResultMatchStatusConversationLevelResultDetail. speechTranscriptionResult()The speech transcription success or failure details of the conversation.TestResultMatchStatusConversationLevelTestResultItem. speechTranscriptionResult()The speech transcription success or failure of the test result evaluation item.TestResultMatchStatusUserTurnResult. speechTranscriptionResult()Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.static TestResultMatchStatusTestResultMatchStatus. 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestResultMatchStatus Modifier and Type Method 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>IntentClassificationTestResultItemCounts. speechTranscriptionResultCounts()The number of matched, mismatched, and execution error results for speech transcription for the intent.Map<TestResultMatchStatus,Integer>OverallTestResultItem. speechTranscriptionResultCounts()The number of speech transcription results in the overall test.Map<TestResultMatchStatus,Integer>SlotResolutionTestResultItemCounts. speechTranscriptionResultCounts()The number of matched, mismatched and execution error results for speech transcription for the slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestResultMatchStatus Modifier and Type Method Description ConversationLevelResultDetail.BuilderConversationLevelResultDetail.Builder. endToEndResult(TestResultMatchStatus endToEndResult)The success or failure of the streaming of the conversation.ConversationLevelTestResultItem.BuilderConversationLevelTestResultItem.Builder. endToEndResult(TestResultMatchStatus endToEndResult)The end-to-end success or failure of the test result evaluation item.ConversationLevelTestResultsFilterBy.BuilderConversationLevelTestResultsFilterBy.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.BuilderUserTurnResult.Builder. endToEndResult(TestResultMatchStatus endToEndResult)Specifies whether the expected and actual outputs match or not, or if there is an error in execution.UserTurnResult.BuilderUserTurnResult.Builder. intentMatchResult(TestResultMatchStatus intentMatchResult)Specifies whether the expected and actual intents match or not.ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem.Builder. matchResult(TestResultMatchStatus matchResult)The number of times the specific intent is used in the evaluation of intent level success or failure.ConversationLevelSlotResolutionResultItem.BuilderConversationLevelSlotResolutionResultItem.Builder. matchResult(TestResultMatchStatus matchResult)The number of matching slots used in the slots listings for the slot resolution evaluation.UserTurnResult.BuilderUserTurnResult.Builder. slotMatchResult(TestResultMatchStatus slotMatchResult)Specifies whether the expected and actual slots match or not.ConversationLevelResultDetail.BuilderConversationLevelResultDetail.Builder. speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)The speech transcription success or failure details of the conversation.ConversationLevelTestResultItem.BuilderConversationLevelTestResultItem.Builder. speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)The speech transcription success or failure of the test result evaluation item.UserTurnResult.BuilderUserTurnResult.Builder. speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestResultMatchStatus Modifier and Type Method Description OverallTestResultItem.BuilderOverallTestResultItem.Builder. endToEndResultCounts(Map<TestResultMatchStatus,Integer> endToEndResultCounts)The number of results that succeeded.IntentClassificationTestResultItemCounts.BuilderIntentClassificationTestResultItemCounts.Builder. intentMatchResultCounts(Map<TestResultMatchStatus,Integer> intentMatchResultCounts)The number of matched and mismatched results for intent recognition for the intent.SlotResolutionTestResultItemCounts.BuilderSlotResolutionTestResultItemCounts.Builder. slotMatchResultCounts(Map<TestResultMatchStatus,Integer> slotMatchResultCounts)The number of matched and mismatched results for slot resolution for the slot.IntentClassificationTestResultItemCounts.BuilderIntentClassificationTestResultItemCounts.Builder. speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of matched, mismatched, and execution error results for speech transcription for the intent.OverallTestResultItem.BuilderOverallTestResultItem.Builder. speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of speech transcription results in the overall test.SlotResolutionTestResultItemCounts.BuilderSlotResolutionTestResultItemCounts.Builder. speechTranscriptionResultCounts(Map<TestResultMatchStatus,Integer> speechTranscriptionResultCounts)The number of matched, mismatched and execution error results for speech transcription for the slot.
-