| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionApiMode |
TestExecutionSummary.apiMode()
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionApiMode |
StartTestExecutionResponse.apiMode()
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
TestExecutionApiMode |
StartTestExecutionRequest.apiMode()
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
TestExecutionApiMode |
DescribeTestExecutionResponse.apiMode()
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
static TestExecutionApiMode |
TestExecutionApiMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TestExecutionApiMode |
TestExecutionApiMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TestExecutionApiMode> |
TestExecutionApiMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.apiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionRequest.Builder |
StartTestExecutionRequest.Builder.apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
DescribeTestExecutionResponse.Builder |
DescribeTestExecutionResponse.Builder.apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
Copyright © 2023. All rights reserved.