public static interface DescribeTestExecutionResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestExecutionResponse.Builder,DescribeTestExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTestExecutionResponse.Builder |
apiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
DescribeTestExecutionResponse.Builder |
apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
DescribeTestExecutionResponse.Builder |
creationDateTime(Instant creationDateTime)
The execution creation date and time for the test set execution.
|
DescribeTestExecutionResponse.Builder |
failureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
|
DescribeTestExecutionResponse.Builder |
failureReasons(String... failureReasons)
Reasons for the failure of the test set execution.
|
DescribeTestExecutionResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the execution.
|
default DescribeTestExecutionResponse.Builder |
target(Consumer<TestExecutionTarget.Builder> target)
The target bot for the test set execution details.
|
DescribeTestExecutionResponse.Builder |
target(TestExecutionTarget target)
The target bot for the test set execution details.
|
DescribeTestExecutionResponse.Builder |
testExecutionId(String testExecutionId)
The execution Id for the test set execution.
|
DescribeTestExecutionResponse.Builder |
testExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
|
DescribeTestExecutionResponse.Builder |
testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
|
DescribeTestExecutionResponse.Builder |
testExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
|
DescribeTestExecutionResponse.Builder |
testExecutionStatus(TestExecutionStatus testExecutionStatus)
The test execution status for the test execution.
|
DescribeTestExecutionResponse.Builder |
testSetId(String testSetId)
The test set Id for the test set execution.
|
DescribeTestExecutionResponse.Builder |
testSetName(String testSetName)
The test set name of the test set execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestExecutionResponse.Builder testExecutionId(String testExecutionId)
The execution Id for the test set execution.
testExecutionId - The execution Id for the test set execution.DescribeTestExecutionResponse.Builder creationDateTime(Instant creationDateTime)
The execution creation date and time for the test set execution.
creationDateTime - The execution creation date and time for the test set execution.DescribeTestExecutionResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the execution.
lastUpdatedDateTime - The date and time of the last update for the execution.DescribeTestExecutionResponse.Builder testExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
testExecutionStatus - The test execution status for the test execution.TestExecutionStatus,
TestExecutionStatusDescribeTestExecutionResponse.Builder testExecutionStatus(TestExecutionStatus testExecutionStatus)
The test execution status for the test execution.
testExecutionStatus - The test execution status for the test execution.TestExecutionStatus,
TestExecutionStatusDescribeTestExecutionResponse.Builder testSetId(String testSetId)
The test set Id for the test set execution.
testSetId - The test set Id for the test set execution.DescribeTestExecutionResponse.Builder testSetName(String testSetName)
The test set name of the test set execution.
testSetName - The test set name of the test set execution.DescribeTestExecutionResponse.Builder target(TestExecutionTarget target)
The target bot for the test set execution details.
target - The target bot for the test set execution details.default DescribeTestExecutionResponse.Builder target(Consumer<TestExecutionTarget.Builder> target)
The target bot for the test set execution details.
This is a convenience method that creates an instance of theTestExecutionTarget.Builder avoiding the
need to create one manually via TestExecutionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to target(TestExecutionTarget).
target - a consumer that will call methods on TestExecutionTarget.Buildertarget(TestExecutionTarget)DescribeTestExecutionResponse.Builder apiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.
apiMode - Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For
streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.TestExecutionApiMode,
TestExecutionApiModeDescribeTestExecutionResponse.Builder apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.
apiMode - Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For
streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.TestExecutionApiMode,
TestExecutionApiModeDescribeTestExecutionResponse.Builder testExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
testExecutionModality - Indicates whether test set is audio or text.TestExecutionModality,
TestExecutionModalityDescribeTestExecutionResponse.Builder testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
testExecutionModality - Indicates whether test set is audio or text.TestExecutionModality,
TestExecutionModalityDescribeTestExecutionResponse.Builder failureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
failureReasons - Reasons for the failure of the test set execution.DescribeTestExecutionResponse.Builder failureReasons(String... failureReasons)
Reasons for the failure of the test set execution.
failureReasons - Reasons for the failure of the test set execution.Copyright © 2023. All rights reserved.