public static interface DescribeTestSetResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestSetResponse.Builder,DescribeTestSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the test set data.
|
DescribeTestSetResponse.Builder |
description(String description)
The description of the test set.
|
DescribeTestSetResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time for the last update of the test set data.
|
DescribeTestSetResponse.Builder |
modality(String modality)
Indicates whether the test set is audio or text data.
|
DescribeTestSetResponse.Builder |
modality(TestSetModality modality)
Indicates whether the test set is audio or text data.
|
DescribeTestSetResponse.Builder |
numTurns(Integer numTurns)
The total number of agent and user turn in the test set.
|
DescribeTestSetResponse.Builder |
roleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
DescribeTestSetResponse.Builder |
status(String status)
The status of the test set.
|
DescribeTestSetResponse.Builder |
status(TestSetStatus status)
The status of the test set.
|
default DescribeTestSetResponse.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set data.
|
DescribeTestSetResponse.Builder |
storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set data.
|
DescribeTestSetResponse.Builder |
testSetId(String testSetId)
The test set Id for the test set response.
|
DescribeTestSetResponse.Builder |
testSetName(String testSetName)
The test set name of the test set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestSetResponse.Builder testSetId(String testSetId)
The test set Id for the test set response.
testSetId - The test set Id for the test set response.DescribeTestSetResponse.Builder testSetName(String testSetName)
The test set name of the test set.
testSetName - The test set name of the test set.DescribeTestSetResponse.Builder description(String description)
The description of the test set.
description - The description of the test set.DescribeTestSetResponse.Builder modality(String modality)
Indicates whether the test set is audio or text data.
modality - Indicates whether the test set is audio or text data.TestSetModality,
TestSetModalityDescribeTestSetResponse.Builder modality(TestSetModality modality)
Indicates whether the test set is audio or text data.
modality - Indicates whether the test set is audio or text data.TestSetModality,
TestSetModalityDescribeTestSetResponse.Builder status(String status)
The status of the test set.
status - The status of the test set.TestSetStatus,
TestSetStatusDescribeTestSetResponse.Builder status(TestSetStatus status)
The status of the test set.
status - The status of the test set.TestSetStatus,
TestSetStatusDescribeTestSetResponse.Builder roleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn - The roleARN used for any operation in the test set to access resources in the Amazon Web Services
account.DescribeTestSetResponse.Builder numTurns(Integer numTurns)
The total number of agent and user turn in the test set.
numTurns - The total number of agent and user turn in the test set.DescribeTestSetResponse.Builder storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set data.
storageLocation - The Amazon S3 storage location for the test set data.default DescribeTestSetResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set data.
This is a convenience method that creates an instance of theTestSetStorageLocation.Builder avoiding
the need to create one manually via TestSetStorageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to storageLocation(TestSetStorageLocation).
storageLocation - a consumer that will call methods on TestSetStorageLocation.BuilderstorageLocation(TestSetStorageLocation)DescribeTestSetResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set data.
creationDateTime - The creation date and time for the test set data.DescribeTestSetResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time for the last update of the test set data.
lastUpdatedDateTime - The date and time for the last update of the test set data.Copyright © 2023. All rights reserved.