static TestSetSummary.Builder |
TestSetSummary.builder() |
|
TestSetSummary.Builder |
TestSetSummary.Builder.creationDateTime(Instant creationDateTime) |
The date and time at which the test set was created.
|
TestSetSummary.Builder |
TestSetSummary.Builder.description(String description) |
The description of the test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time at which the test set was last updated.
|
TestSetSummary.Builder |
TestSetSummary.Builder.modality(String modality) |
Specifies whether the test set contains written or spoken data.
|
TestSetSummary.Builder |
TestSetSummary.Builder.modality(TestSetModality modality) |
Specifies whether the test set contains written or spoken data.
|
TestSetSummary.Builder |
TestSetSummary.Builder.numTurns(Integer numTurns) |
The number of turns in the test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.status(String status) |
The status of the test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.status(TestSetStatus status) |
The status of the test set.
|
default TestSetSummary.Builder |
TestSetSummary.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation) |
Contains information about the location at which the test set is stored.
|
TestSetSummary.Builder |
TestSetSummary.Builder.storageLocation(TestSetStorageLocation storageLocation) |
Contains information about the location at which the test set is stored.
|
TestSetSummary.Builder |
TestSetSummary.Builder.testSetId(String testSetId) |
The unique identifier of the test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.testSetName(String testSetName) |
The name of the test set.
|
TestSetSummary.Builder |
TestSetSummary.toBuilder() |
|