Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.IntentClassificationTestResultItemCounts
-
Packages that use IntentClassificationTestResultItemCounts Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentClassificationTestResultItemCounts in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentClassificationTestResultItemCounts Modifier and Type Method Description IntentClassificationTestResultItemCountsIntentClassificationTestResultItem. resultCounts()The result of the intent classification test.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type IntentClassificationTestResultItemCounts Modifier and Type Method Description IntentClassificationTestResultItem.BuilderIntentClassificationTestResultItem.Builder. resultCounts(IntentClassificationTestResultItemCounts resultCounts)The result of the intent classification test.
-