tests.system.amazon.aws.example_comprehend_document_classifier

Module Contents

Attributes

ROLE_ARN_KEY

BUCKET_NAME_KEY

BUCKET_KEY_DISCHARGE_KEY

BUCKET_KEY_DOCTORS_NOTES

sys_test_context_task

DAG_ID

ANNOTATION_BUCKET_KEY

TRAINING_DATA_PREFIX

ANNOTATIONS

test_context

test_run

tests.system.amazon.aws.example_comprehend_document_classifier.ROLE_ARN_KEY = 'ROLE_ARN'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.BUCKET_NAME_KEY = 'BUCKET_NAME'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.BUCKET_KEY_DISCHARGE_KEY = 'BUCKET_KEY_DISCHARGE'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.BUCKET_KEY_DOCTORS_NOTES = 'BUCKET_KEY_DOCTORS_NOTES'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.sys_test_context_task[source]
tests.system.amazon.aws.example_comprehend_document_classifier.DAG_ID = 'example_comprehend_document_classifier'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.ANNOTATION_BUCKET_KEY = 'training-labels/label.csv'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.TRAINING_DATA_PREFIX = 'training-docs'[source]
tests.system.amazon.aws.example_comprehend_document_classifier.ANNOTATIONS = Multiline-String[source]
Show Value
"""DISCHARGE_SUMMARY,discharge-summary-0.pdf,1
DISCHARGE_SUMMARY,discharge-summary-1.pdf,1
DISCHARGE_SUMMARY,discharge-summary-2.pdf,1
DISCHARGE_SUMMARY,discharge-summary-3.pdf,1
DISCHARGE_SUMMARY,discharge-summary-4.pdf,1
DISCHARGE_SUMMARY,discharge-summary-5.pdf,1
DISCHARGE_SUMMARY,discharge-summary-6.pdf,1
DISCHARGE_SUMMARY,discharge-summary-7.pdf,1
DISCHARGE_SUMMARY,discharge-summary-8.pdf,1
DISCHARGE_SUMMARY,discharge-summary-9.pdf,1
DOCTOR_NOTES,doctors-notes-0.pdf,1
DOCTOR_NOTES,doctors-notes-1.pdf,1
DOCTOR_NOTES,doctors-notes-2.pdf,1
DOCTOR_NOTES,doctors-notes-3.pdf,1
DOCTOR_NOTES,doctors-notes-4.pdf,1
DOCTOR_NOTES,doctors-notes-5.pdf,1
DOCTOR_NOTES,doctors-notes-6.pdf,1
DOCTOR_NOTES,doctors-notes-7.pdf,1
DOCTOR_NOTES,doctors-notes-8.pdf,1
DOCTOR_NOTES,doctors-notes-9.pdf,1"""
tests.system.amazon.aws.example_comprehend_document_classifier.document_classifier_workflow()[source]
tests.system.amazon.aws.example_comprehend_document_classifier.create_kwargs_discharge()[source]
tests.system.amazon.aws.example_comprehend_document_classifier.create_kwargs_doctors_notes()[source]
tests.system.amazon.aws.example_comprehend_document_classifier.test_context[source]
tests.system.amazon.aws.example_comprehend_document_classifier.test_run[source]

Was this entry helpful?