Interface ExplainabilityInfo.Builder

    • Method Detail

      • explainabilityArn

        ExplainabilityInfo.Builder explainabilityArn​(String explainabilityArn)

        The Amazon Resource Name (ARN) of the Explainability.

        Parameters:
        explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ExplainabilityInfo.Builder status​(String status)

        The status of the Explainability. States include:

        • ACTIVE

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • CREATE_STOPPING, CREATE_STOPPED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

        Parameters:
        status - The status of the Explainability. States include:

        • ACTIVE

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • CREATE_STOPPING, CREATE_STOPPED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

        Returns:
        Returns a reference to this object so that method calls can be chained together.