Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestSetTurnRecord
-
Packages that use TestSetTurnRecord Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetTurnRecord in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetTurnRecord Modifier and Type Method Description List<TestSetTurnRecord>ListTestSetRecordsResponse. testSetRecords()The list of records from the test set.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestSetTurnRecord Modifier and Type Method Description ListTestSetRecordsResponse.BuilderListTestSetRecordsResponse.Builder. testSetRecords(TestSetTurnRecord... testSetRecords)The list of records from the test set.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetTurnRecord Modifier and Type Method Description ListTestSetRecordsResponse.BuilderListTestSetRecordsResponse.Builder. testSetRecords(Collection<TestSetTurnRecord> testSetRecords)The list of records from the test set.
-