Repository URL to install this package:
|
Version:
3.0.0.dev0 ▾
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: src/ray/protobuf/export_runtime_env.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)src/ray/protobuf/export_runtime_env.proto\x12\x07ray.rpc\"\xd9\x03\n\x14\x45xportRuntimeEnvInfo\x12\x34\n\x16serialized_runtime_env\x18\x01 \x01(\tR\x14serializedRuntimeEnv\x12@\n\x04uris\x18\x02 \x01(\x0b\x32,.ray.rpc.ExportRuntimeEnvInfo.RuntimeEnvUrisR\x04uris\x12\\\n\x12runtime_env_config\x18\x03 \x01(\x0b\x32..ray.rpc.ExportRuntimeEnvInfo.RuntimeEnvConfigR\x10runtimeEnvConfig\x1a`\n\x0eRuntimeEnvUris\x12&\n\x0fworking_dir_uri\x18\x01 \x01(\tR\rworkingDirUri\x12&\n\x0fpy_modules_uris\x18\x02 \x03(\tR\rpyModulesUris\x1a\x88\x01\n\x10RuntimeEnvConfig\x12\x32\n\x15setup_timeout_seconds\x18\x01 \x01(\x05R\x13setupTimeoutSeconds\x12#\n\reager_install\x18\x02 \x01(\x08R\x0c\x65\x61gerInstall\x12\x1b\n\tlog_files\x18\x03 \x03(\tR\x08logFilesb\x06proto3')
_EXPORTRUNTIMEENVINFO = DESCRIPTOR.message_types_by_name['ExportRuntimeEnvInfo']
_EXPORTRUNTIMEENVINFO_RUNTIMEENVURIS = _EXPORTRUNTIMEENVINFO.nested_types_by_name['RuntimeEnvUris']
_EXPORTRUNTIMEENVINFO_RUNTIMEENVCONFIG = _EXPORTRUNTIMEENVINFO.nested_types_by_name['RuntimeEnvConfig']
ExportRuntimeEnvInfo = _reflection.GeneratedProtocolMessageType('ExportRuntimeEnvInfo', (_message.Message,), {
'RuntimeEnvUris' : _reflection.GeneratedProtocolMessageType('RuntimeEnvUris', (_message.Message,), {
'DESCRIPTOR' : _EXPORTRUNTIMEENVINFO_RUNTIMEENVURIS,
'__module__' : 'src.ray.protobuf.export_runtime_env_pb2'
# @@protoc_insertion_point(class_scope:ray.rpc.ExportRuntimeEnvInfo.RuntimeEnvUris)
})
,
'RuntimeEnvConfig' : _reflection.GeneratedProtocolMessageType('RuntimeEnvConfig', (_message.Message,), {
'DESCRIPTOR' : _EXPORTRUNTIMEENVINFO_RUNTIMEENVCONFIG,
'__module__' : 'src.ray.protobuf.export_runtime_env_pb2'
# @@protoc_insertion_point(class_scope:ray.rpc.ExportRuntimeEnvInfo.RuntimeEnvConfig)
})
,
'DESCRIPTOR' : _EXPORTRUNTIMEENVINFO,
'__module__' : 'src.ray.protobuf.export_runtime_env_pb2'
# @@protoc_insertion_point(class_scope:ray.rpc.ExportRuntimeEnvInfo)
})
_sym_db.RegisterMessage(ExportRuntimeEnvInfo)
_sym_db.RegisterMessage(ExportRuntimeEnvInfo.RuntimeEnvUris)
_sym_db.RegisterMessage(ExportRuntimeEnvInfo.RuntimeEnvConfig)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_EXPORTRUNTIMEENVINFO._serialized_start=55
_EXPORTRUNTIMEENVINFO._serialized_end=528
_EXPORTRUNTIMEENVINFO_RUNTIMEENVURIS._serialized_start=293
_EXPORTRUNTIMEENVINFO_RUNTIMEENVURIS._serialized_end=389
_EXPORTRUNTIMEENVINFO_RUNTIMEENVCONFIG._serialized_start=392
_EXPORTRUNTIMEENVINFO_RUNTIMEENVCONFIG._serialized_end=528
# @@protoc_insertion_point(module_scope)