Interface ModelBiasAppSpecification.Builder

    • Method Detail

      • imageUri

        ModelBiasAppSpecification.Builder imageUri​(String imageUri)

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

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

        ModelBiasAppSpecification.Builder configUri​(String configUri)

        JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

        Parameters:
        configUri - JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environment

        ModelBiasAppSpecification.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.