package software.amazon.sagemaker.userprofile; class Configuration extends BaseConfiguration { public Configuration() { super("aws-sagemaker-userprofile.json"); } }