Example #1
0
	def __init__(self):
		RpcRequest.__init__(self, 'reid_cloud', '2020-10-29', 'DescribeCameraStatistics','1.1.9')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RpcRequest.__init__(self, 'reid_cloud', '2020-10-29', 'ListPersonByImage','1.1.9')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RpcRequest.__init__(self, 'reid_cloud', '2020-10-29', 'ListMaskDetectionResults','1.2.1')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #4
0
	def __init__(self):
		RpcRequest.__init__(self, 'reid_cloud', '2020-10-29', 'DescribeOverviewData','1.2.1')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #5
0
	def __init__(self):
		RpcRequest.__init__(self, 'reid_cloud', '2020-10-29', 'ImportSpecialPersonnel','1.2.2')
		self.set_method('POST')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
Example #6
0
 def __init__(self):
     RpcRequest.__init__(self, 'reid_cloud', '2020-10-29',
                         'DescribeCustomerFlowByLocation', '1.2.2')
     self.set_method('POST')
     if hasattr(self, "endpoint_map"):
         setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
     if hasattr(self, "endpoint_regional"):
         setattr(self, "endpoint_regional",
                 endpoint_data.getEndpointRegional())