Class TestSetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.TestSetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestSetSummary.Builder,TestSetSummary>
@Generated("software.amazon.awssdk:codegen") public final class TestSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetSummary.Builder,TestSetSummary>
Contains summary information about the test set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestSetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSetSummary.Builderbuilder()InstantcreationDateTime()The date and time at which the test set was created.Stringdescription()The description of the test set.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedDateTime()The date and time at which the test set was last updated.TestSetModalitymodality()Specifies whether the test set contains written or spoken data.StringmodalityAsString()Specifies whether the test set contains written or spoken data.IntegernumTurns()The number of turns in the test set.StringroleArn()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()TestSetStatusstatus()The status of the test set.StringstatusAsString()The status of the test set.TestSetStorageLocationstorageLocation()Contains information about the location at which the test set is stored.StringtestSetId()The unique identifier of the test set.StringtestSetName()The name of the test set.TestSetSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
testSetId
public final String testSetId()
The unique identifier of the test set.
- Returns:
- The unique identifier of the test set.
-
testSetName
public final String testSetName()
The name of the test set.
- Returns:
- The name of the test set.
-
description
public final String description()
The description of the test set.
- Returns:
- The description of the test set.
-
modality
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,
modalitywill returnTestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodalityAsString().- Returns:
- Specifies whether the test set contains written or spoken data.
- See Also:
TestSetModality
-
modalityAsString
public 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,
modalitywill returnTestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodalityAsString().- Returns:
- Specifies whether the test set contains written or spoken data.
- See Also:
TestSetModality
-
status
public 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,
statuswill returnTestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test set.
- See Also:
TestSetStatus
-
statusAsString
public 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,
statuswill returnTestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test set.
- See Also:
TestSetStatus
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
- Returns:
- The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
-
numTurns
public final Integer numTurns()
The number of turns in the test set.
- Returns:
- The number of turns in the test set.
-
storageLocation
public final TestSetStorageLocation storageLocation()
Contains information about the location at which the test set is stored.
- Returns:
- Contains information about the location at which the test set is stored.
-
creationDateTime
public final Instant creationDateTime()
The date and time at which the test set was created.
- Returns:
- The date and time at which the test set was created.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The date and time at which the test set was last updated.
- Returns:
- The date and time at which the test set was last updated.
-
toBuilder
public TestSetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestSetSummary.Builder,TestSetSummary>
-
builder
public static TestSetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestSetSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-