Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestSetModality
-
Packages that use TestSetModality Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetModality in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetModality Modifier and Type Method Description static TestSetModalityTestSetModality. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestSetModalityDescribeTestSetResponse. modality()Indicates whether the test set is audio or text data.TestSetModalityTestSetImportResourceSpecification. modality()Specifies whether the test-set being imported contains written or spoken data.TestSetModalityTestSetSummary. modality()Specifies whether the test set contains written or spoken data.TestSetModalityUpdateTestSetResponse. modality()Indicates whether audio or text is used for the updated test set.static TestSetModalityTestSetModality. valueOf(String name)Returns the enum constant of this type with the specified name.static TestSetModality[]TestSetModality. 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 TestSetModality Modifier and Type Method Description static Set<TestSetModality>TestSetModality. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestSetModality Modifier and Type Method Description DescribeTestSetResponse.BuilderDescribeTestSetResponse.Builder. modality(TestSetModality modality)Indicates whether the test set is audio or text data.TestSetImportResourceSpecification.BuilderTestSetImportResourceSpecification.Builder. modality(TestSetModality modality)Specifies whether the test-set being imported contains written or spoken data.TestSetSummary.BuilderTestSetSummary.Builder. modality(TestSetModality modality)Specifies whether the test set contains written or spoken data.UpdateTestSetResponse.BuilderUpdateTestSetResponse.Builder. modality(TestSetModality modality)Indicates whether audio or text is used for the updated test set.
-