id int64 1 6.07M | name stringlengths 1 295 | code stringlengths 12 426k | language stringclasses 1
value | source_file stringlengths 5 202 | start_line int64 1 158k | end_line int64 1 158k | repo dict |
|---|---|---|---|---|---|---|---|
2,101 | Status | def Status(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 422 | 426 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,102 | ServerShutdown | def ServerShutdown(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 428 | 432 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,103 | ServerStatus | def ServerStatus(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 434 | 438 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,104 | ServerInformInit | def ServerInformInit(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 440 | 444 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,105 | ServerInformStart | def ServerInformStart(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 446 | 450 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,106 | ServerInformFinish | def ServerInformFinish(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 452 | 456 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,107 | ServerInformAttach | def ServerInformAttach(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 458 | 462 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,108 | ServerInformDetach | def ServerInformDetach(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 464 | 468 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,109 | ServerInformTeardown | def ServerInformTeardown(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 470 | 474 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,110 | add_InternalServiceServicer_to_server | def add_InternalServiceServicer_to_server(servicer, server):
rpc_method_handlers = {
'RunUpdate': grpc.unary_unary_rpc_method_handler(
servicer.RunUpdate,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunUpdateResult.SerializeToString,
),
'Attach': grpc.unary_unary_rpc_method_handler(
servicer.Attach,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachResponse.SerializeToString,
),
'TBSend': grpc.unary_unary_rpc_method_handler(
servicer.TBSend,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.TBRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.TBResult.SerializeToString,
),
'RunStart': grpc.unary_unary_rpc_method_handler(
servicer.RunStart,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartResponse.SerializeToString,
),
'GetSummary': grpc.unary_unary_rpc_method_handler(
servicer.GetSummary,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryResponse.SerializeToString,
),
'SampledHistory': grpc.unary_unary_rpc_method_handler(
servicer.SampledHistory,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryResponse.SerializeToString,
),
'PollExit': grpc.unary_unary_rpc_method_handler(
servicer.PollExit,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitResponse.SerializeToString,
),
'ServerInfo': grpc.unary_unary_rpc_method_handler(
servicer.ServerInfo,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoResponse.SerializeToString,
),
'Shutdown': grpc.unary_unary_rpc_method_handler(
servicer.Shutdown,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownResponse.SerializeToString,
),
'RunStatus': grpc.unary_unary_rpc_method_handler(
servicer.RunStatus,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusResponse.SerializeToString,
),
'RunExit': grpc.unary_unary_rpc_method_handler(
servicer.RunExit,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitResult.SerializeToString,
),
'RunPreempting': grpc.unary_unary_rpc_method_handler(
servicer.RunPreempting,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingResult.SerializeToString,
),
'Metric': grpc.unary_unary_rpc_method_handler(
servicer.Metric,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricResult.SerializeToString,
),
'PartialLog': grpc.unary_unary_rpc_method_handler(
servicer.PartialLog,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryResponse.SerializeToString,
),
'Log': grpc.unary_unary_rpc_method_handler(
servicer.Log,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryResult.SerializeToString,
),
'Summary': grpc.unary_unary_rpc_method_handler(
servicer.Summary,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryResult.SerializeToString,
),
'Config': grpc.unary_unary_rpc_method_handler(
servicer.Config,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigResult.SerializeToString,
),
'Files': grpc.unary_unary_rpc_method_handler(
servicer.Files,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesResult.SerializeToString,
),
'Output': grpc.unary_unary_rpc_method_handler(
servicer.Output,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputResult.SerializeToString,
),
'OutputRaw': grpc.unary_unary_rpc_method_handler(
servicer.OutputRaw,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawResult.SerializeToString,
),
'Telemetry': grpc.unary_unary_rpc_method_handler(
servicer.Telemetry,
request_deserializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryResult.SerializeToString,
),
'Alert': grpc.unary_unary_rpc_method_handler(
servicer.Alert,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertResult.SerializeToString,
),
'Artifact': grpc.unary_unary_rpc_method_handler(
servicer.Artifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactResult.SerializeToString,
),
'LinkArtifact': grpc.unary_unary_rpc_method_handler(
servicer.LinkArtifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactResult.SerializeToString,
),
'UseArtifact': grpc.unary_unary_rpc_method_handler(
servicer.UseArtifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactResult.SerializeToString,
),
'ArtifactSend': grpc.unary_unary_rpc_method_handler(
servicer.ArtifactSend,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendResponse.SerializeToString,
),
'ArtifactPoll': grpc.unary_unary_rpc_method_handler(
servicer.ArtifactPoll,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollResponse.SerializeToString,
),
'Cancel': grpc.unary_unary_rpc_method_handler(
servicer.Cancel,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelResponse.SerializeToString,
),
'Keepalive': grpc.unary_unary_rpc_method_handler(
servicer.Keepalive,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveResponse.SerializeToString,
),
'CheckVersion': grpc.unary_unary_rpc_method_handler(
servicer.CheckVersion,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionResponse.SerializeToString,
),
'Pause': grpc.unary_unary_rpc_method_handler(
servicer.Pause,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseResponse.SerializeToString,
),
'Resume': grpc.unary_unary_rpc_method_handler(
servicer.Resume,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeResponse.SerializeToString,
),
'Status': grpc.unary_unary_rpc_method_handler(
servicer.Status,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusResponse.SerializeToString,
),
'ServerShutdown': grpc.unary_unary_rpc_method_handler(
servicer.ServerShutdown,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownResponse.SerializeToString,
),
'ServerStatus': grpc.unary_unary_rpc_method_handler(
servicer.ServerStatus,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusResponse.SerializeToString,
),
'ServerInformInit': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformInit,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitResponse.SerializeToString,
),
'ServerInformStart': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformStart,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartResponse.SerializeToString,
),
'ServerInformFinish': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformFinish,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishResponse.SerializeToString,
),
'ServerInformAttach': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformAttach,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachResponse.SerializeToString,
),
'ServerInformDetach': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformDetach,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachResponse.SerializeToString,
),
'ServerInformTeardown': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformTeardown,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownResponse.SerializeToString,
),
}
generic_handler = grpc.method_handlers_generic_handler(
'wandb_internal.InternalService', rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,)) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 477 | 687 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,111 | RunUpdate | def RunUpdate(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunUpdate',
wandb_dot_proto_dot_wandb__internal__pb2.RunRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunUpdateResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 695 | 709 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,112 | Attach | def Attach(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Attach',
wandb_dot_proto_dot_wandb__internal__pb2.AttachRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.AttachResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 712 | 726 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,113 | TBSend | def TBSend(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/TBSend',
wandb_dot_proto_dot_wandb__internal__pb2.TBRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.TBResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 729 | 743 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,114 | RunStart | def RunStart(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunStart',
wandb_dot_proto_dot_wandb__internal__pb2.RunStartRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunStartResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 746 | 760 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,115 | GetSummary | def GetSummary(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/GetSummary',
wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 763 | 777 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,116 | SampledHistory | def SampledHistory(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/SampledHistory',
wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 780 | 794 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,117 | PollExit | def PollExit(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/PollExit',
wandb_dot_proto_dot_wandb__internal__pb2.PollExitRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.PollExitResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 797 | 811 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,118 | ServerInfo | def ServerInfo(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInfo',
wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 814 | 828 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,119 | Shutdown | def Shutdown(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Shutdown',
wandb_dot_proto_dot_wandb__internal__pb2.ShutdownRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ShutdownResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 831 | 845 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,120 | RunStatus | def RunStatus(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunStatus',
wandb_dot_proto_dot_wandb__internal__pb2.RunStatusRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunStatusResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 848 | 862 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,121 | RunExit | def RunExit(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunExit',
wandb_dot_proto_dot_wandb__internal__pb2.RunExitRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunExitResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 865 | 879 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,122 | RunPreempting | def RunPreempting(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunPreempting',
wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 882 | 896 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,123 | Metric | def Metric(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Metric',
wandb_dot_proto_dot_wandb__internal__pb2.MetricRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.MetricResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 899 | 913 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,124 | PartialLog | def PartialLog(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/PartialLog',
wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 916 | 930 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,125 | Log | def Log(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Log',
wandb_dot_proto_dot_wandb__internal__pb2.HistoryRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.HistoryResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 933 | 947 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,126 | Summary | def Summary(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Summary',
wandb_dot_proto_dot_wandb__internal__pb2.SummaryRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.SummaryResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 950 | 964 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,127 | Config | def Config(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Config',
wandb_dot_proto_dot_wandb__internal__pb2.ConfigRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ConfigResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 967 | 981 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,128 | Files | def Files(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Files',
wandb_dot_proto_dot_wandb__internal__pb2.FilesRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.FilesResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 984 | 998 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,129 | Output | def Output(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Output',
wandb_dot_proto_dot_wandb__internal__pb2.OutputRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.OutputResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,001 | 1,015 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,130 | OutputRaw | def OutputRaw(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/OutputRaw',
wandb_dot_proto_dot_wandb__internal__pb2.OutputRawRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.OutputRawResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,018 | 1,032 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,131 | Telemetry | def Telemetry(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Telemetry',
wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryRecord.SerializeToString,
wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,035 | 1,049 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,132 | Alert | def Alert(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Alert',
wandb_dot_proto_dot_wandb__internal__pb2.AlertRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.AlertResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,052 | 1,066 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,133 | Artifact | def Artifact(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Artifact',
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,069 | 1,083 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,134 | LinkArtifact | def LinkArtifact(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/LinkArtifact',
wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,086 | 1,100 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,135 | UseArtifact | def UseArtifact(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/UseArtifact',
wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,103 | 1,117 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,136 | ArtifactSend | def ArtifactSend(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ArtifactSend',
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,120 | 1,134 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,137 | ArtifactPoll | def ArtifactPoll(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ArtifactPoll',
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,137 | 1,151 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,138 | Cancel | def Cancel(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Cancel',
wandb_dot_proto_dot_wandb__internal__pb2.CancelRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.CancelResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,154 | 1,168 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,139 | Keepalive | def Keepalive(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Keepalive',
wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,171 | 1,185 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,140 | CheckVersion | def CheckVersion(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/CheckVersion',
wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,188 | 1,202 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,141 | Pause | def Pause(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Pause',
wandb_dot_proto_dot_wandb__internal__pb2.PauseRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.PauseResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,205 | 1,219 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,142 | Resume | def Resume(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Resume',
wandb_dot_proto_dot_wandb__internal__pb2.ResumeRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.ResumeResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,222 | 1,236 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,143 | Status | def Status(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Status',
wandb_dot_proto_dot_wandb__internal__pb2.StatusRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.StatusResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,239 | 1,253 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,144 | ServerShutdown | def ServerShutdown(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerShutdown',
wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,256 | 1,270 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,145 | ServerStatus | def ServerStatus(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerStatus',
wandb_dot_proto_dot_wandb__server__pb2.ServerStatusRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerStatusResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,273 | 1,287 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,146 | ServerInformInit | def ServerInformInit(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformInit',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,290 | 1,304 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,147 | ServerInformStart | def ServerInformStart(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformStart',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,307 | 1,321 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,148 | ServerInformFinish | def ServerInformFinish(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformFinish',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,324 | 1,338 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,149 | ServerInformAttach | def ServerInformAttach(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformAttach',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,341 | 1,355 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,150 | ServerInformDetach | def ServerInformDetach(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformDetach',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,358 | 1,372 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,151 | ServerInformTeardown | def ServerInformTeardown(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/ServerInformTeardown',
wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownRequest.SerializeToString,
wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v4/wandb_server_pb2_grpc.py | 1,375 | 1,389 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,152 | __init__ | def __init__(self, channel):
"""Constructor.
Args:
channel: A grpc.Channel.
"""
self.RunUpdate = channel.unary_unary(
'/wandb_internal.InternalService/RunUpdate',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunUpdateResult.FromString,
)
self.Attach = channel.unary_unary(
'/wandb_internal.InternalService/Attach',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachResponse.FromString,
)
self.TBSend = channel.unary_unary(
'/wandb_internal.InternalService/TBSend',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.TBRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.TBResult.FromString,
)
self.RunStart = channel.unary_unary(
'/wandb_internal.InternalService/RunStart',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartResponse.FromString,
)
self.GetSummary = channel.unary_unary(
'/wandb_internal.InternalService/GetSummary',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryResponse.FromString,
)
self.SampledHistory = channel.unary_unary(
'/wandb_internal.InternalService/SampledHistory',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryResponse.FromString,
)
self.PollExit = channel.unary_unary(
'/wandb_internal.InternalService/PollExit',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitResponse.FromString,
)
self.ServerInfo = channel.unary_unary(
'/wandb_internal.InternalService/ServerInfo',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoResponse.FromString,
)
self.Shutdown = channel.unary_unary(
'/wandb_internal.InternalService/Shutdown',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownResponse.FromString,
)
self.RunStatus = channel.unary_unary(
'/wandb_internal.InternalService/RunStatus',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusResponse.FromString,
)
self.RunExit = channel.unary_unary(
'/wandb_internal.InternalService/RunExit',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitResult.FromString,
)
self.RunPreempting = channel.unary_unary(
'/wandb_internal.InternalService/RunPreempting',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingResult.FromString,
)
self.Metric = channel.unary_unary(
'/wandb_internal.InternalService/Metric',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricResult.FromString,
)
self.PartialLog = channel.unary_unary(
'/wandb_internal.InternalService/PartialLog',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryResponse.FromString,
)
self.Log = channel.unary_unary(
'/wandb_internal.InternalService/Log',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryResult.FromString,
)
self.Summary = channel.unary_unary(
'/wandb_internal.InternalService/Summary',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryResult.FromString,
)
self.Config = channel.unary_unary(
'/wandb_internal.InternalService/Config',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigResult.FromString,
)
self.Files = channel.unary_unary(
'/wandb_internal.InternalService/Files',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesResult.FromString,
)
self.Output = channel.unary_unary(
'/wandb_internal.InternalService/Output',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputResult.FromString,
)
self.OutputRaw = channel.unary_unary(
'/wandb_internal.InternalService/OutputRaw',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawResult.FromString,
)
self.Telemetry = channel.unary_unary(
'/wandb_internal.InternalService/Telemetry',
request_serializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryResult.FromString,
)
self.Alert = channel.unary_unary(
'/wandb_internal.InternalService/Alert',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertResult.FromString,
)
self.Artifact = channel.unary_unary(
'/wandb_internal.InternalService/Artifact',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactResult.FromString,
)
self.LinkArtifact = channel.unary_unary(
'/wandb_internal.InternalService/LinkArtifact',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactResult.FromString,
)
self.UseArtifact = channel.unary_unary(
'/wandb_internal.InternalService/UseArtifact',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactRecord.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactResult.FromString,
)
self.ArtifactSend = channel.unary_unary(
'/wandb_internal.InternalService/ArtifactSend',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendResponse.FromString,
)
self.ArtifactPoll = channel.unary_unary(
'/wandb_internal.InternalService/ArtifactPoll',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollResponse.FromString,
)
self.Cancel = channel.unary_unary(
'/wandb_internal.InternalService/Cancel',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelResponse.FromString,
)
self.Keepalive = channel.unary_unary(
'/wandb_internal.InternalService/Keepalive',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveResponse.FromString,
)
self.CheckVersion = channel.unary_unary(
'/wandb_internal.InternalService/CheckVersion',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionResponse.FromString,
)
self.Pause = channel.unary_unary(
'/wandb_internal.InternalService/Pause',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseResponse.FromString,
)
self.Resume = channel.unary_unary(
'/wandb_internal.InternalService/Resume',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeResponse.FromString,
)
self.Status = channel.unary_unary(
'/wandb_internal.InternalService/Status',
request_serializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusResponse.FromString,
)
self.ServerShutdown = channel.unary_unary(
'/wandb_internal.InternalService/ServerShutdown',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownResponse.FromString,
)
self.ServerStatus = channel.unary_unary(
'/wandb_internal.InternalService/ServerStatus',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusResponse.FromString,
)
self.ServerInformInit = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformInit',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitResponse.FromString,
)
self.ServerInformStart = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformStart',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartResponse.FromString,
)
self.ServerInformFinish = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformFinish',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishResponse.FromString,
)
self.ServerInformAttach = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformAttach',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachResponse.FromString,
)
self.ServerInformDetach = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformDetach',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachResponse.FromString,
)
self.ServerInformTeardown = channel.unary_unary(
'/wandb_internal.InternalService/ServerInformTeardown',
request_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownRequest.SerializeToString,
response_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownResponse.FromString,
) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 13 | 223 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,153 | RunUpdate | def RunUpdate(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 229 | 233 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,154 | Attach | def Attach(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 235 | 239 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,155 | TBSend | def TBSend(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 241 | 245 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,156 | RunStart | def RunStart(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 247 | 251 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,157 | GetSummary | def GetSummary(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 253 | 257 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,158 | SampledHistory | def SampledHistory(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 259 | 263 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,159 | PollExit | def PollExit(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 265 | 269 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,160 | ServerInfo | def ServerInfo(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 271 | 275 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,161 | Shutdown | def Shutdown(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 277 | 281 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,162 | RunStatus | def RunStatus(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 283 | 287 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,163 | RunExit | def RunExit(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 289 | 293 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,164 | RunPreempting | def RunPreempting(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 295 | 299 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,165 | Metric | def Metric(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 301 | 305 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,166 | PartialLog | def PartialLog(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 307 | 311 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,167 | Log | def Log(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 313 | 317 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,168 | Summary | def Summary(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 319 | 323 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,169 | Config | def Config(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 325 | 329 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,170 | Files | def Files(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 331 | 335 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,171 | Output | def Output(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 337 | 341 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,172 | OutputRaw | def OutputRaw(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 343 | 347 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,173 | Telemetry | def Telemetry(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 349 | 353 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,174 | Alert | def Alert(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 355 | 359 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,175 | Artifact | def Artifact(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 361 | 365 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,176 | LinkArtifact | def LinkArtifact(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 367 | 371 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,177 | UseArtifact | def UseArtifact(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 373 | 377 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,178 | ArtifactSend | def ArtifactSend(self, request, context):
"""rpc messages for async operations: Send, Poll, Cancel, Release
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 379 | 384 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,179 | ArtifactPoll | def ArtifactPoll(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 386 | 390 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,180 | Cancel | def Cancel(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 392 | 396 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,181 | Keepalive | def Keepalive(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 398 | 402 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,182 | CheckVersion | def CheckVersion(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 404 | 408 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,183 | Pause | def Pause(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 410 | 414 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,184 | Resume | def Resume(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 416 | 420 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,185 | Status | def Status(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 422 | 426 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,186 | ServerShutdown | def ServerShutdown(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 428 | 432 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,187 | ServerStatus | def ServerStatus(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 434 | 438 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,188 | ServerInformInit | def ServerInformInit(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 440 | 444 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,189 | ServerInformStart | def ServerInformStart(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 446 | 450 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,190 | ServerInformFinish | def ServerInformFinish(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 452 | 456 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,191 | ServerInformAttach | def ServerInformAttach(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 458 | 462 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,192 | ServerInformDetach | def ServerInformDetach(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 464 | 468 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,193 | ServerInformTeardown | def ServerInformTeardown(self, request, context):
"""Missing associated documentation comment in .proto file."""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 470 | 474 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,194 | add_InternalServiceServicer_to_server | def add_InternalServiceServicer_to_server(servicer, server):
rpc_method_handlers = {
'RunUpdate': grpc.unary_unary_rpc_method_handler(
servicer.RunUpdate,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunUpdateResult.SerializeToString,
),
'Attach': grpc.unary_unary_rpc_method_handler(
servicer.Attach,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AttachResponse.SerializeToString,
),
'TBSend': grpc.unary_unary_rpc_method_handler(
servicer.TBSend,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.TBRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.TBResult.SerializeToString,
),
'RunStart': grpc.unary_unary_rpc_method_handler(
servicer.RunStart,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStartResponse.SerializeToString,
),
'GetSummary': grpc.unary_unary_rpc_method_handler(
servicer.GetSummary,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryResponse.SerializeToString,
),
'SampledHistory': grpc.unary_unary_rpc_method_handler(
servicer.SampledHistory,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryResponse.SerializeToString,
),
'PollExit': grpc.unary_unary_rpc_method_handler(
servicer.PollExit,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PollExitResponse.SerializeToString,
),
'ServerInfo': grpc.unary_unary_rpc_method_handler(
servicer.ServerInfo,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ServerInfoResponse.SerializeToString,
),
'Shutdown': grpc.unary_unary_rpc_method_handler(
servicer.Shutdown,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ShutdownResponse.SerializeToString,
),
'RunStatus': grpc.unary_unary_rpc_method_handler(
servicer.RunStatus,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunStatusResponse.SerializeToString,
),
'RunExit': grpc.unary_unary_rpc_method_handler(
servicer.RunExit,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunExitResult.SerializeToString,
),
'RunPreempting': grpc.unary_unary_rpc_method_handler(
servicer.RunPreempting,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.RunPreemptingResult.SerializeToString,
),
'Metric': grpc.unary_unary_rpc_method_handler(
servicer.Metric,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.MetricResult.SerializeToString,
),
'PartialLog': grpc.unary_unary_rpc_method_handler(
servicer.PartialLog,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PartialHistoryResponse.SerializeToString,
),
'Log': grpc.unary_unary_rpc_method_handler(
servicer.Log,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.HistoryResult.SerializeToString,
),
'Summary': grpc.unary_unary_rpc_method_handler(
servicer.Summary,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.SummaryResult.SerializeToString,
),
'Config': grpc.unary_unary_rpc_method_handler(
servicer.Config,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ConfigResult.SerializeToString,
),
'Files': grpc.unary_unary_rpc_method_handler(
servicer.Files,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.FilesResult.SerializeToString,
),
'Output': grpc.unary_unary_rpc_method_handler(
servicer.Output,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputResult.SerializeToString,
),
'OutputRaw': grpc.unary_unary_rpc_method_handler(
servicer.OutputRaw,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.OutputRawResult.SerializeToString,
),
'Telemetry': grpc.unary_unary_rpc_method_handler(
servicer.Telemetry,
request_deserializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__telemetry__pb2.TelemetryResult.SerializeToString,
),
'Alert': grpc.unary_unary_rpc_method_handler(
servicer.Alert,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.AlertResult.SerializeToString,
),
'Artifact': grpc.unary_unary_rpc_method_handler(
servicer.Artifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactResult.SerializeToString,
),
'LinkArtifact': grpc.unary_unary_rpc_method_handler(
servicer.LinkArtifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.LinkArtifactResult.SerializeToString,
),
'UseArtifact': grpc.unary_unary_rpc_method_handler(
servicer.UseArtifact,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactRecord.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.UseArtifactResult.SerializeToString,
),
'ArtifactSend': grpc.unary_unary_rpc_method_handler(
servicer.ArtifactSend,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactSendResponse.SerializeToString,
),
'ArtifactPoll': grpc.unary_unary_rpc_method_handler(
servicer.ArtifactPoll,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ArtifactPollResponse.SerializeToString,
),
'Cancel': grpc.unary_unary_rpc_method_handler(
servicer.Cancel,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CancelResponse.SerializeToString,
),
'Keepalive': grpc.unary_unary_rpc_method_handler(
servicer.Keepalive,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.KeepaliveResponse.SerializeToString,
),
'CheckVersion': grpc.unary_unary_rpc_method_handler(
servicer.CheckVersion,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.CheckVersionResponse.SerializeToString,
),
'Pause': grpc.unary_unary_rpc_method_handler(
servicer.Pause,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.PauseResponse.SerializeToString,
),
'Resume': grpc.unary_unary_rpc_method_handler(
servicer.Resume,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.ResumeResponse.SerializeToString,
),
'Status': grpc.unary_unary_rpc_method_handler(
servicer.Status,
request_deserializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__internal__pb2.StatusResponse.SerializeToString,
),
'ServerShutdown': grpc.unary_unary_rpc_method_handler(
servicer.ServerShutdown,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerShutdownResponse.SerializeToString,
),
'ServerStatus': grpc.unary_unary_rpc_method_handler(
servicer.ServerStatus,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerStatusResponse.SerializeToString,
),
'ServerInformInit': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformInit,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformInitResponse.SerializeToString,
),
'ServerInformStart': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformStart,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformStartResponse.SerializeToString,
),
'ServerInformFinish': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformFinish,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformFinishResponse.SerializeToString,
),
'ServerInformAttach': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformAttach,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformAttachResponse.SerializeToString,
),
'ServerInformDetach': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformDetach,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformDetachResponse.SerializeToString,
),
'ServerInformTeardown': grpc.unary_unary_rpc_method_handler(
servicer.ServerInformTeardown,
request_deserializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownRequest.FromString,
response_serializer=wandb_dot_proto_dot_wandb__server__pb2.ServerInformTeardownResponse.SerializeToString,
),
}
generic_handler = grpc.method_handlers_generic_handler(
'wandb_internal.InternalService', rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,)) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 477 | 687 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,195 | RunUpdate | def RunUpdate(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunUpdate',
wandb_dot_proto_dot_wandb__internal__pb2.RunRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunUpdateResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 695 | 709 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,196 | Attach | def Attach(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/Attach',
wandb_dot_proto_dot_wandb__internal__pb2.AttachRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.AttachResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 712 | 726 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,197 | TBSend | def TBSend(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/TBSend',
wandb_dot_proto_dot_wandb__internal__pb2.TBRecord.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.TBResult.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 729 | 743 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,198 | RunStart | def RunStart(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/RunStart',
wandb_dot_proto_dot_wandb__internal__pb2.RunStartRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.RunStartResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 746 | 760 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,199 | GetSummary | def GetSummary(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/GetSummary',
wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.GetSummaryResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 763 | 777 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
2,200 | SampledHistory | def SampledHistory(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/wandb_internal.InternalService/SampledHistory',
wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryRequest.SerializeToString,
wandb_dot_proto_dot_wandb__internal__pb2.SampledHistoryResponse.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) | python | wandb/proto/v3/wandb_server_pb2_grpc.py | 780 | 794 | {
"name": "Git-abouvier/wandb",
"url": "https://github.com/Git-abouvier/wandb.git",
"license": "MIT",
"stars": 0,
"forks": 0
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.