Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorboard/compat/proto/coordination_config_pb2.py: 71%
21 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: tensorboard/compat/proto/coordination_config.proto
4"""Generated protocol buffer code."""
5from google.protobuf import descriptor as _descriptor
6from google.protobuf import descriptor_pool as _descriptor_pool
7from google.protobuf import message as _message
8from google.protobuf import reflection as _reflection
9from google.protobuf import symbol_database as _symbol_database
10# @@protoc_insertion_point(imports)
12_sym_db = _symbol_database.Default()
17DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2tensorboard/compat/proto/coordination_config.proto\x12\x0btensorboard\"1\n\x0e\x43oordinatedJob\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tnum_tasks\x18\x02 \x01(\x05\"\x8a\x03\n\x19\x43oordinationServiceConfig\x12\x14\n\x0cservice_type\x18\x01 \x01(\t\x12\x16\n\x0eservice_leader\x18\x02 \x01(\t\x12\x1b\n\x13\x65nable_health_check\x18\x03 \x01(\x08\x12&\n\x1e\x63luster_register_timeout_in_ms\x18\x04 \x01(\x03\x12\x1f\n\x17heartbeat_timeout_in_ms\x18\x05 \x01(\x03\x12\x39\n\x14\x63oordinated_job_list\x18\n \x03(\x0b\x32\x1b.tensorboard.CoordinatedJob\x12&\n\x1eshutdown_barrier_timeout_in_ms\x18\x07 \x01(\x03\x12*\n\"agent_destruction_without_shutdown\x18\x08 \x01(\x08\x12\x18\n\x10recoverable_jobs\x18\t \x03(\t\x12*\n\"allow_new_incarnation_to_reconnect\x18\x0b \x01(\x08J\x04\x08\x06\x10\x07\x42WZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_protob\x06proto3')
21_COORDINATEDJOB = DESCRIPTOR.message_types_by_name['CoordinatedJob']
22_COORDINATIONSERVICECONFIG = DESCRIPTOR.message_types_by_name['CoordinationServiceConfig']
23CoordinatedJob = _reflection.GeneratedProtocolMessageType('CoordinatedJob', (_message.Message,), {
24 'DESCRIPTOR' : _COORDINATEDJOB,
25 '__module__' : 'tensorboard.compat.proto.coordination_config_pb2'
26 # @@protoc_insertion_point(class_scope:tensorboard.CoordinatedJob)
27 })
28_sym_db.RegisterMessage(CoordinatedJob)
30CoordinationServiceConfig = _reflection.GeneratedProtocolMessageType('CoordinationServiceConfig', (_message.Message,), {
31 'DESCRIPTOR' : _COORDINATIONSERVICECONFIG,
32 '__module__' : 'tensorboard.compat.proto.coordination_config_pb2'
33 # @@protoc_insertion_point(class_scope:tensorboard.CoordinationServiceConfig)
34 })
35_sym_db.RegisterMessage(CoordinationServiceConfig)
37if _descriptor._USE_C_DESCRIPTORS == False:
39 DESCRIPTOR._options = None
40 DESCRIPTOR._serialized_options = b'ZUgithub.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto'
41 _COORDINATEDJOB._serialized_start=67
42 _COORDINATEDJOB._serialized_end=116
43 _COORDINATIONSERVICECONFIG._serialized_start=119
44 _COORDINATIONSERVICECONFIG._serialized_end=513
45# @@protoc_insertion_point(module_scope)