Class DescribeExplainabilityExportResponse

    • Method Detail

      • explainabilityExportArn

        public final String explainabilityExportArn()

        The Amazon Resource Name (ARN) of the Explainability export.

        Returns:
        The Amazon Resource Name (ARN) of the Explainability export.
      • explainabilityExportName

        public final String explainabilityExportName()

        The name of the Explainability export.

        Returns:
        The name of the Explainability export.
      • explainabilityArn

        public final String explainabilityArn()

        The Amazon Resource Name (ARN) of the Explainability export.

        Returns:
        The Amazon Resource Name (ARN) of the Explainability export.
      • destination

        public final DataDestination destination()
        Returns the value of the Destination property for this object.
        Returns:
        The value of the Destination property for this object.
      • message

        public final String message()

        Information about any errors that occurred during the export.

        Returns:
        Information about any errors that occurred during the export.
      • status

        public final String status()

        The status of the Explainability export. States include:

        • ACTIVE

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • CREATE_STOPPING, CREATE_STOPPED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

        Returns:
        The status of the Explainability export. States include:

        • ACTIVE

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • CREATE_STOPPING, CREATE_STOPPED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      • creationTime

        public final Instant creationTime()

        When the Explainability export was created.

        Returns:
        When the Explainability export was created.
      • lastModificationTime

        public final Instant lastModificationTime()

        The last time the resource was modified. The timestamp depends on the status of the job:

        • CREATE_PENDING - The CreationTime.

        • CREATE_IN_PROGRESS - The current timestamp.

        • CREATE_STOPPING - The current timestamp.

        • CREATE_STOPPED - When the job stopped.

        • ACTIVE or CREATE_FAILED - When the job finished or failed.

        Returns:
        The last time the resource was modified. The timestamp depends on the status of the job:

        • CREATE_PENDING - The CreationTime.

        • CREATE_IN_PROGRESS - The current timestamp.

        • CREATE_STOPPING - The current timestamp.

        • CREATE_STOPPED - When the job stopped.

        • ACTIVE or CREATE_FAILED - When the job finished or failed.

      • format

        public final String format()

        The format of the exported data, CSV or PARQUET.

        Returns:
        The format of the exported data, CSV or PARQUET.
      • 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