Class DescribeTestSetResponse

    • Method Detail

      • testSetId

        public final String testSetId()

        The test set Id for the test set response.

        Returns:
        The test set Id for the test set response.
      • testSetName

        public final String testSetName()

        The test set name of the test set.

        Returns:
        The test set 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()

        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().

        Returns:
        Indicates whether the test set is audio or text data.
        See Also:
        TestSetModality
      • roleArn

        public final String roleArn()

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Returns:
        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
      • numTurns

        public final Integer numTurns()

        The total number of agent and user turn in the test set.

        Returns:
        The total number of agent and user turn in the test set.
      • storageLocation

        public final TestSetStorageLocation storageLocation()

        The Amazon S3 storage location for the test set data.

        Returns:
        The Amazon S3 storage location for the test set data.
      • creationDateTime

        public final Instant creationDateTime()

        The creation date and time for the test set data.

        Returns:
        The creation date and time for the test set data.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The date and time for the last update of the test set data.

        Returns:
        The date and time for the last update of the test set data.
      • 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