Interface MESMRoleProps

Represents the properties required to create a new SageMaker role. MESMRoleProps

interface MESMRoleProps {
    account: OSMLAccount;
    roleName: string;
}

Properties

Properties

account: OSMLAccount

The OSML account associated with the role.

roleName: string

The name to give to the role.

Generated using TypeDoc