Interface ModelExplainabilityAppSpecification.Builder

    • Method Detail

      • imageUri

        ModelExplainabilityAppSpecification.Builder imageUri​(String imageUri)

        The container image to be run by the model explainability job.

        Parameters:
        imageUri - The container image to be run by the model explainability job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environment

        ModelExplainabilityAppSpecification.Builder environment​(Map<String,​String> environment)

        Sets the environment variables in the Docker container.

        Parameters:
        environment - Sets the environment variables in the Docker container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.