Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestSetGenerationStatus
-
Packages that use TestSetGenerationStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetGenerationStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetGenerationStatus Modifier and Type Method Description static TestSetGenerationStatusTestSetGenerationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TestSetGenerationStatusDescribeTestSetGenerationResponse. testSetGenerationStatus()The status for the test set generation.TestSetGenerationStatusStartTestSetGenerationResponse. testSetGenerationStatus()The status for the test set generation.static TestSetGenerationStatusTestSetGenerationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestSetGenerationStatus[]TestSetGenerationStatus. 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 TestSetGenerationStatus Modifier and Type Method Description static Set<TestSetGenerationStatus>TestSetGenerationStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestSetGenerationStatus Modifier and Type Method Description DescribeTestSetGenerationResponse.BuilderDescribeTestSetGenerationResponse.Builder. testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)The status for the test set generation.StartTestSetGenerationResponse.BuilderStartTestSetGenerationResponse.Builder. testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)The status for the test set generation.
-