Interface MEContainerProps

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

MEContainerProps

interface MEContainerProps {
    account: OSMLAccount;
    buildFromSource?: boolean;
    config?: MEContainerConfig;
    osmlVpc: OSMLVpc;
}

Properties

account: OSMLAccount

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

buildFromSource?: boolean

Optional flag to instruct building model container from source.

(Optional) Custom configuration for the MEContainer Construct

osmlVpc: OSMLVpc

The OSML vpc to deploy into

Generated using TypeDoc