Class DescribeExplainabilityResponse

    • Method Detail

      • explainabilityArn

        public final String explainabilityArn()

        The Amazon Resource Name (ARN) of the Explainability.

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

        public final String explainabilityName()

        The name of the Explainability.

        Returns:
        The name of the Explainability.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.

        Returns:
        The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
      • explainabilityConfig

        public final ExplainabilityConfig explainabilityConfig()

        The configuration settings that define the granularity of time series and time points for the Explainability.

        Returns:
        The configuration settings that define the granularity of time series and time points for the Explainability.
      • enableVisualization

        public final Boolean enableVisualization()

        Whether the visualization was enabled for the Explainability resource.

        Returns:
        Whether the visualization was enabled for the Explainability resource.
      • dataSource

        public final DataSource dataSource()
        Returns the value of the DataSource property for this object.
        Returns:
        The value of the DataSource property for this object.
      • schema

        public final Schema schema()
        Returns the value of the Schema property for this object.
        Returns:
        The value of the Schema property for this object.
      • startDateTime

        public final String startDateTime()

        If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.

        Returns:
        If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
      • endDateTime

        public final String endDateTime()

        If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.

        Returns:
        If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
      • estimatedTimeRemainingInMinutes

        public final Long estimatedTimeRemainingInMinutes()

        The estimated time remaining in minutes for the CreateExplainability job to complete.

        Returns:
        The estimated time remaining in minutes for the CreateExplainability job to complete.
      • message

        public final String message()

        If an error occurred, a message about the error.

        Returns:
        If an error occurred, a message about the error.
      • status

        public final String status()

        The status of the Explainability resource. 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 resource. 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 resource was created.

        Returns:
        When the Explainability resource 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.

      • 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