Example #1
0
 def to_flyte_idl(self):
     """
     :rtype: dict[Text, Text]
     """
     return _common_pb2.Annotations(
         values={k: v
                 for k, v in _six.iteritems(self.values)})
Example #2
0
 def to_flyte_idl(self):
     """
     :rtype: _common_pb2.Annotations
     """
     return _common_pb2.Annotations(
         values={k: v
                 for k, v in self.values.items()})