Represents the configuration for the MRAppContainer Construct.

Constructors

  • Creates an instance of MRAppContainerConfig.

    Parameters

    • Optional MR_DEFAULT_CONTAINER: string = "awsosml/osml-model-runner:latest"

      The container image to use for the MRApp.

    • Optional MR_CONTAINER_BUILD_PATH: string = "lib/osml-model-runner"

      The build path for the MRApp.

    • Optional MR_CONTAINER_BUILD_TARGET: string = "model_runner"

      The build target for the MRApp.

    • Optional MR_CONTAINER_REPOSITORY: string = "model-runner-container"

      The repository name for the MRApp.

    Returns MRContainerConfig

Properties

MR_CONTAINER_BUILD_PATH: string = "lib/osml-model-runner"

The build path for the MRApp.

MR_CONTAINER_BUILD_TARGET: string = "model_runner"

The build target for the MRApp.

MR_CONTAINER_REPOSITORY: string = "model-runner-container"

The repository name for the MRApp.

MR_DEFAULT_CONTAINER: string = "awsosml/osml-model-runner:latest"

The container image to use for the MRApp.

Generated using TypeDoc