concrete.learn.ActiveLearnerClientService module¶
-
class
concrete.learn.ActiveLearnerClientService.Client(iprot, oprot=None)¶ Bases:
concrete.services.Service.Client,concrete.learn.ActiveLearnerClientService.IfaceThe active learner client implements a method to accept new sorts of the annotation units-
recv_submitSort()¶
-
send_submitSort(sessionId, unitIds)¶
-
submitSort(sessionId, unitIds)¶ - Submit a new sort of communications to the brokerParameters:- sessionId- unitIds
-
-
class
concrete.learn.ActiveLearnerClientService.Iface¶ Bases:
concrete.services.Service.IfaceThe active learner client implements a method to accept new sorts of the annotation units-
submitSort(sessionId, unitIds)¶ - Submit a new sort of communications to the brokerParameters:- sessionId- unitIds
-
-
class
concrete.learn.ActiveLearnerClientService.Processor(handler)¶ Bases:
concrete.services.Service.Processor,concrete.learn.ActiveLearnerClientService.Iface,thrift.Thrift.TProcessor-
on_message_begin(func)¶
-
process(iprot, oprot)¶
-
process_submitSort(seqid, iprot, oprot)¶
-