internal_pb2.pyi
1 from scalapb import scalapb_pb2 as _scalapb_pb2 2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper 3 from google.protobuf import descriptor as _descriptor 4 from typing import ClassVar as _ClassVar 5 6 DESCRIPTOR: _descriptor.FileDescriptor 7 8 class InputVertexType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper): 9 __slots__ = () 10 RUN: _ClassVar[InputVertexType] 11 DATASET: _ClassVar[InputVertexType] 12 MODEL: _ClassVar[InputVertexType] 13 14 class OutputVertexType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper): 15 __slots__ = () 16 RUN_OUTPUT: _ClassVar[OutputVertexType] 17 MODEL_OUTPUT: _ClassVar[OutputVertexType] 18 RUN: InputVertexType 19 DATASET: InputVertexType 20 MODEL: InputVertexType 21 RUN_OUTPUT: OutputVertexType 22 MODEL_OUTPUT: OutputVertexType