Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: instill-ai/protobufs@cc532e5
  • Loading branch information
droplet-bot committed Jul 31, 2023
1 parent 3d46e51 commit 7e0ab31
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 69 deletions.
4 changes: 2 additions & 2 deletions base/metric/v1alpha/metric_pb2.py

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions base/metric/v1alpha/metric_service_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class PipelineServiceStub(object):
"""Services related to pipeline trigger records
Service for get pipeline information
"""

def __init__(self, channel):
Expand Down Expand Up @@ -74,12 +75,11 @@ def __init__(self, channel):

class PipelineServiceServicer(object):
"""Services related to pipeline trigger records
Service for get pipeline information
"""

def GetPipelines(self, request, context):
"""Service for get pipeline information
Get pipeline info
"""Get pipeline info
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
Expand Down Expand Up @@ -228,6 +228,7 @@ def add_PipelineServiceServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API.
class PipelineService(object):
"""Services related to pipeline trigger records
Service for get pipeline information
"""

@staticmethod
Expand Down Expand Up @@ -420,6 +421,7 @@ def GetBulkPipelineTriggerPrice(request,

class ModelServiceStub(object):
"""Services related to model online records
Service for get model information
"""

def __init__(self, channel):
Expand Down Expand Up @@ -487,12 +489,11 @@ def __init__(self, channel):

class ModelServiceServicer(object):
"""Services related to model online records
Service for get model information
"""

def GetModels(self, request, context):
"""Service for get model information
Get Model info
"""Get Model info
"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!')
Expand Down Expand Up @@ -641,6 +642,7 @@ def add_ModelServiceServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API.
class ModelService(object):
"""Services related to model online records
Service for get model information
"""

@staticmethod
Expand Down
4 changes: 2 additions & 2 deletions base/mgmt/v1alpha/metric_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e0ab31

Please sign in to comment.