| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetModality |
TestSetModality.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestSetModality |
DescribeTestSetResponse.modality()
Indicates whether the test set is audio or text data.
|
TestSetModality |
TestSetImportResourceSpecification.modality()
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetModality |
UpdateTestSetResponse.modality()
Indicates whether audio or text is used for the updated test set.
|
TestSetModality |
TestSetSummary.modality()
Specifies whether the test set contains written or spoken data.
|
static TestSetModality |
TestSetModality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestSetModality[] |
TestSetModality.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<TestSetModality> |
TestSetModality.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetResponse.Builder |
DescribeTestSetResponse.Builder.modality(TestSetModality modality)
Indicates whether the test set is audio or text data.
|
TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.modality(TestSetModality modality)
Specifies whether the test-set being imported contains written or spoken data.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.modality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.modality(TestSetModality modality)
Specifies whether the test set contains written or spoken data.
|
Copyright © 2023. All rights reserved.