apache_beam.ml.gcp.videointelligenceml_test_it module

An integration test that labels entities appearing in a video and checks if some expected entities were properly recognized.

apache_beam.ml.gcp.videointelligenceml_test_it.extract_entities_descriptions(response)[source]
class apache_beam.ml.gcp.videointelligenceml_test_it.VideoIntelligenceMlTestIT(methodName='runTest')[source]

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

VIDEO_PATH = 'gs://apache-beam-samples/advanced_analytics/video/gbikes_dinosaur.mp4'
test_label_detection_with_video_context()[source]
IT = True