Interface ModelBiasAppSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelBiasAppSpecification.Builder,ModelBiasAppSpecification>, SdkBuilder<ModelBiasAppSpecification.Builder,ModelBiasAppSpecification>, SdkPojo
Enclosing class:
ModelBiasAppSpecification

public static interface ModelBiasAppSpecification.Builder extends SdkPojo, CopyableBuilder<ModelBiasAppSpecification.Builder,ModelBiasAppSpecification>
  • Method Details

    • 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

      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

      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.