Interface OSMLContainerProps

Represents the properties required to configure an OSML (OversightML) model endpoint container.

OSMLContainerProps

interface OSMLContainerProps {
    account: OSMLAccount;
    buildDockerImageCode?: boolean;
    buildFromSource?: boolean;
    config?: OSMLContainerConfig;
}

Properties

account: OSMLAccount

The OSML (OversightML) account associated with the model endpoints.

buildDockerImageCode?: boolean

(Optional) Flag to instruct building the Docker image code for the container.

buildFromSource?: boolean

(Optional) Flag to instruct building the model container from source.

(Optional) Custom configuration for the OSMLContainer Construct.