// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.exportclassHeterogenousConfig{publicreadonlytrainingServicePlatforms:string[];constructor(trainingServicePlatforms:string[]){this.trainingServicePlatforms=trainingServicePlatforms;}}