summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/ml_serving_name_collision/services.xml
blob: 41f44e04c997e6cf98fb26ddcbc4b03d98ed1a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">

  <container version="1.0">
    <model-evaluation/>
    <nodes>
      <node hostalias="node1" />
    </nodes>

  </container>

</services>