@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTestSetResponse extends LexModelsV2Response implements ToCopyableBuilder<DescribeTestSetResponse.Builder,DescribeTestSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTestSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTestSetResponse.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time for the test set data.
|
String |
description()
The description of the test set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time for the last update of the test set data.
|
TestSetModality |
modality()
Indicates whether the test set is audio or text data.
|
String |
modalityAsString()
Indicates whether the test set is audio or text data.
|
Integer |
numTurns()
The total number of agent and user turn in the test set.
|
String |
roleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTestSetResponse.Builder> |
serializableBuilderClass() |
TestSetStatus |
status()
The status of the test set.
|
String |
statusAsString()
The status of the test set.
|
TestSetStorageLocation |
storageLocation()
The Amazon S3 storage location for the test set data.
|
String |
testSetId()
The test set Id for the test set response.
|
String |
testSetName()
The test set name of the test set.
|
DescribeTestSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testSetId()
The test set Id for the test set response.
public final String testSetName()
The test set name of the test set.
public final String description()
The description of the test set.
public final TestSetModality modality()
Indicates whether the test set is audio or text data.
If the service returns an enum value that is not available in the current SDK version, modality will
return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modalityAsString().
TestSetModalitypublic final String modalityAsString()
Indicates whether the test set is audio or text data.
If the service returns an enum value that is not available in the current SDK version, modality will
return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modalityAsString().
TestSetModalitypublic final TestSetStatus status()
The status of the test set.
If the service returns an enum value that is not available in the current SDK version, status will
return TestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TestSetStatuspublic final String statusAsString()
The status of the test set.
If the service returns an enum value that is not available in the current SDK version, status will
return TestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TestSetStatuspublic final String roleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
public final Integer numTurns()
The total number of agent and user turn in the test set.
public final TestSetStorageLocation storageLocation()
The Amazon S3 storage location for the test set data.
public final Instant creationDateTime()
The creation date and time for the test set data.
public final Instant lastUpdatedDateTime()
The date and time for the last update of the test set data.
public DescribeTestSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTestSetResponse.Builder,DescribeTestSetResponse>toBuilder in class AwsResponsepublic static DescribeTestSetResponse.Builder builder()
public static Class<? extends DescribeTestSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.