Interface METestEndpointsProps

Represents the properties required to configure an MR (Model Router) model endpoints.

METestEndpointsProps

interface METestEndpointsProps {
    account: OSMLAccount;
    config?: METestEndpointsConfig;
    osmlVpc: OSMLVpc;
    smRole?: IRole;
}

Properties

account: OSMLAccount

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

(Optional) Configuration settings for test model endpoints.

osmlVpc: OSMLVpc

The OSML (OversightML) VPC (Virtual Private Cloud) where the model will be deployed.

smRole?: IRole

(Optional) A Role to use for the SMEndpoints.