aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.train.-server-def.pbtxt
blob: 83ee7b3eb91a558765abcde630fe6e0480b9818f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
path: "tensorflow.train.ServerDef"
tf_proto {
  descriptor {
    name: "ServerDef"
    field {
      name: "cluster"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.ClusterDef"
    }
    field {
      name: "job_name"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "task_index"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_INT32
    }
    field {
      name: "default_session_config"
      number: 4
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.ConfigProto"
    }
    field {
      name: "protocol"
      number: 5
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
  }
}