@Generated(value="software.amazon.awssdk:codegen") public final class TestSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetSummary.Builder,TestSetSummary>
Contains summary information about the test set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestSetSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time at which the test set was created.
|
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 at which the test set was last updated.
|
TestSetModality |
modality()
Specifies whether the test set contains written or spoken data.
|
String |
modalityAsString()
Specifies whether the test set contains written or spoken data.
|
Integer |
numTurns()
The number of turns in the test set.
|
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetSummary.Builder> |
serializableBuilderClass() |
TestSetStatus |
status()
The status of the test set.
|
String |
statusAsString()
The status of the test set.
|
TestSetStorageLocation |
storageLocation()
Contains information about the location at which the test set is stored.
|
String |
testSetId()
The unique identifier of the test set.
|
String |
testSetName()
The name of the test set.
|
TestSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testSetId()
The unique identifier of the test set.
public final String testSetName()
The name of the test set.
public final String description()
The description of the test set.
public final TestSetModality modality()
Specifies whether the test set contains written or spoken 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()
Specifies whether the test set contains written or spoken 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 Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
public final Integer numTurns()
The number of turns in the test set.
public final TestSetStorageLocation storageLocation()
Contains information about the location at which the test set is stored.
public final Instant creationDateTime()
The date and time at which the test set was created.
public final Instant lastUpdatedDateTime()
The date and time at which the test set was last updated.
public TestSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetSummary.Builder,TestSetSummary>public static TestSetSummary.Builder builder()
public static Class<? extends TestSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.