Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionApiMode
-
Packages that use TestExecutionApiMode Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestExecutionApiMode in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestExecutionApiMode Modifier and Type Method Description TestExecutionApiModeDescribeTestExecutionResponse. apiMode()Indicates whether we use streaming or non-streaming APIs are used for the test set execution.TestExecutionApiModeStartTestExecutionRequest. apiMode()Indicates whether we use streaming or non-streaming APIs for the test set execution.TestExecutionApiModeStartTestExecutionResponse. apiMode()Indicates whether we use streaming or non-streaming APIs for the test set execution.TestExecutionApiModeTestExecutionSummary. apiMode()Specifies whether the API mode for the test execution is streaming or non-streaming.static TestExecutionApiModeTestExecutionApiMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TestExecutionApiModeTestExecutionApiMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TestExecutionApiMode[]TestExecutionApiMode. 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 TestExecutionApiMode Modifier and Type Method Description static Set<TestExecutionApiMode>TestExecutionApiMode. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TestExecutionApiMode Modifier and Type Method Description DescribeTestExecutionResponse.BuilderDescribeTestExecutionResponse.Builder. apiMode(TestExecutionApiMode apiMode)Indicates whether we use streaming or non-streaming APIs are used for the test set execution.StartTestExecutionRequest.BuilderStartTestExecutionRequest.Builder. apiMode(TestExecutionApiMode apiMode)Indicates whether we use streaming or non-streaming APIs for the test set execution.StartTestExecutionResponse.BuilderStartTestExecutionResponse.Builder. apiMode(TestExecutionApiMode apiMode)Indicates whether we use streaming or non-streaming APIs for the test set execution.TestExecutionSummary.BuilderTestExecutionSummary.Builder. apiMode(TestExecutionApiMode apiMode)Specifies whether the API mode for the test execution is streaming or non-streaming.
-