Class TestSetSummary

    • 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.
      • 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, modality will return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from modalityAsString().

        Returns:
        Specifies whether the test set contains written or spoken data.
        See Also:
        TestSetModality
      • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)