LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/aws/osml/model_runner/__init__.py
src/aws/osml/model_runner/app.py
src/aws/osml/model_runner/app_config.py
src/aws/osml/model_runner/exceptions.py
src/aws/osml/model_runner/api/__init__.py
src/aws/osml/model_runner/api/exceptions.py
src/aws/osml/model_runner/api/image_request.py
src/aws/osml/model_runner/api/inference.py
src/aws/osml/model_runner/api/region_request.py
src/aws/osml/model_runner/api/request_utils.py
src/aws/osml/model_runner/api/sink.py
src/aws/osml/model_runner/common/__init__.py
src/aws/osml/model_runner/common/auto_string_enum.py
src/aws/osml/model_runner/common/credentials_utils.py
src/aws/osml/model_runner/common/endpoint_utils.py
src/aws/osml/model_runner/common/exceptions.py
src/aws/osml/model_runner/common/metrics_utils.py
src/aws/osml/model_runner/common/mr_post_processing.py
src/aws/osml/model_runner/common/security_classification.py
src/aws/osml/model_runner/common/timer.py
src/aws/osml/model_runner/common/typing.py
src/aws/osml/model_runner/database/__init__.py
src/aws/osml/model_runner/database/ddb_helper.py
src/aws/osml/model_runner/database/endpoint_statistics_table.py
src/aws/osml/model_runner/database/exceptions.py
src/aws/osml/model_runner/database/feature_table.py
src/aws/osml/model_runner/database/job_table.py
src/aws/osml/model_runner/database/region_request_table.py
src/aws/osml/model_runner/inference/__init__.py
src/aws/osml/model_runner/inference/detector.py
src/aws/osml/model_runner/inference/endpoint_builder.py
src/aws/osml/model_runner/inference/endpoint_factory.py
src/aws/osml/model_runner/inference/exceptions.py
src/aws/osml/model_runner/inference/feature_selection.py
src/aws/osml/model_runner/inference/feature_utils.py
src/aws/osml/model_runner/inference/http_detector.py
src/aws/osml/model_runner/inference/sm_detector.py
src/aws/osml/model_runner/queue/__init__.py
src/aws/osml/model_runner/queue/request_queue.py
src/aws/osml/model_runner/sink/__init__.py
src/aws/osml/model_runner/sink/exceptions.py
src/aws/osml/model_runner/sink/kinesis_sink.py
src/aws/osml/model_runner/sink/s3_sink.py
src/aws/osml/model_runner/sink/sink.py
src/aws/osml/model_runner/sink/sink_factory.py
src/aws/osml/model_runner/status/__init__.py
src/aws/osml/model_runner/status/exceptions.py
src/aws/osml/model_runner/status/image_request_status.py
src/aws/osml/model_runner/status/sns_helper.py
src/aws/osml/model_runner/status/status_monitor.py
src/aws/osml/model_runner/tile_worker/__init__.py
src/aws/osml/model_runner/tile_worker/exceptions.py
src/aws/osml/model_runner/tile_worker/feature_refinery.py
src/aws/osml/model_runner/tile_worker/tile_worker.py
src/aws/osml/model_runner/tile_worker/tile_worker_utils.py
src/osml_model_runner.egg-info/PKG-INFO
src/osml_model_runner.egg-info/SOURCES.txt
src/osml_model_runner.egg-info/dependency_links.txt
src/osml_model_runner.egg-info/not-zip-safe
src/osml_model_runner.egg-info/requires.txt
src/osml_model_runner.egg-info/top_level.txt
test/test_api.py
test/test_app.py