CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/language/__init__.py
azure/ai/language/conversations/__init__.py
azure/ai/language/conversations/authoring/__init__.py
azure/ai/language/conversations/authoring/_client.py
azure/ai/language/conversations/authoring/_configuration.py
azure/ai/language/conversations/authoring/_patch.py
azure/ai/language/conversations/authoring/_validation.py
azure/ai/language/conversations/authoring/_version.py
azure/ai/language/conversations/authoring/py.typed
azure/ai/language/conversations/authoring/_utils/__init__.py
azure/ai/language/conversations/authoring/_utils/model_base.py
azure/ai/language/conversations/authoring/_utils/serialization.py
azure/ai/language/conversations/authoring/_utils/utils.py
azure/ai/language/conversations/authoring/aio/__init__.py
azure/ai/language/conversations/authoring/aio/_client.py
azure/ai/language/conversations/authoring/aio/_configuration.py
azure/ai/language/conversations/authoring/aio/_patch.py
azure/ai/language/conversations/authoring/aio/operations/__init__.py
azure/ai/language/conversations/authoring/aio/operations/_operations.py
azure/ai/language/conversations/authoring/aio/operations/_patch.py
azure/ai/language/conversations/authoring/aio/operations/_project_op_patch.py
azure/ai/language/conversations/authoring/models/__init__.py
azure/ai/language/conversations/authoring/models/_enums.py
azure/ai/language/conversations/authoring/models/_models.py
azure/ai/language/conversations/authoring/models/_patch.py
azure/ai/language/conversations/authoring/operations/__init__.py
azure/ai/language/conversations/authoring/operations/_operations.py
azure/ai/language/conversations/authoring/operations/_patch.py
azure/ai/language/conversations/authoring/operations/_project_op_patch.py
azure_ai_language_conversations_authoring.egg-info/PKG-INFO
azure_ai_language_conversations_authoring.egg-info/SOURCES.txt
azure_ai_language_conversations_authoring.egg-info/dependency_links.txt
azure_ai_language_conversations_authoring.egg-info/requires.txt
azure_ai_language_conversations_authoring.egg-info/top_level.txt
samples/README.md
samples/sample_assign_project_resources.py
samples/sample_authentication.py
samples/sample_cancel_training_job.py
samples/sample_create_project.py
samples/sample_delete_deployment.py
samples/sample_delete_deployment_from_resources.py
samples/sample_delete_project.py
samples/sample_delete_trained_model.py
samples/sample_deploy_project.py
samples/sample_export_project.py
samples/sample_get_assign_project_resources_status.py
samples/sample_get_deployment.py
samples/sample_get_deployment_delete_from_resources_status.py
samples/sample_get_model_evaluation_results.py
samples/sample_get_model_evaluation_summary.py
samples/sample_get_project.py
samples/sample_get_unassign_project_resources_status.py
samples/sample_import_project.py
samples/sample_list_assigned_resource_deployments.py
samples/sample_list_project_resources.py
samples/sample_load_snapshot.py
samples/sample_swap_deployments.py
samples/sample_train.py
samples/sample_unassign_project_resources.py
samples/async/sample_assign_project_resources_async.py
samples/async/sample_authentication_async.py
samples/async/sample_cancel_training_job_async.py
samples/async/sample_create_project_async.py
samples/async/sample_delete_deployment_async.py
samples/async/sample_delete_deployment_from_resources_async.py
samples/async/sample_delete_project_async.py
samples/async/sample_delete_trained_model_async.py
samples/async/sample_deploy_project_async.py
samples/async/sample_export_project_async.py
samples/async/sample_get_assign_project_resources_status_async.py
samples/async/sample_get_deployment_async.py
samples/async/sample_get_deployment_delete_from_resources_status_async.py
samples/async/sample_get_model_evaluation_results_async.py
samples/async/sample_get_model_evaluation_summary_async.py
samples/async/sample_get_project_async.py
samples/async/sample_get_unassign_project_resources_status_async.py
samples/async/sample_import_project_async.py
samples/async/sample_list_assigned_resource_deployments_async.py
samples/async/sample_list_project_resources_async.py
samples/async/sample_load_snapshot_async.py
samples/async/sample_swap_deployments_async.py
samples/async/sample_train_async.py
samples/async/sample_unassign_project_resources_async.py
tests/conftest.py
tests/test_cancel_training_job.py
tests/test_cancel_training_job_async.py
tests/test_create_project.py
tests/test_create_project_async.py
tests/test_delete_deployment.py
tests/test_delete_deployment_async.py
tests/test_delete_deployment_from_resources.py
tests/test_delete_deployment_from_resources_async.py
tests/test_delete_project.py
tests/test_delete_project_async.py
tests/test_delete_trained_model.py
tests/test_delete_trained_model_async.py
tests/test_deploy_project.py
tests/test_deploy_project_async.py
tests/test_export_project.py
tests/test_export_project_async.py
tests/test_get_deployment.py
tests/test_get_deployment_async.py
tests/test_get_model_evaluation_results.py
tests/test_get_model_evaluation_results_async.py
tests/test_get_model_evaluation_summary.py
tests/test_get_model_evaluation_summary_async.py
tests/test_get_project.py
tests/test_get_project_async.py
tests/test_import_project.py
tests/test_import_project_async.py
tests/test_list_assigned_resource_deployments.py
tests/test_list_assigned_resource_deployments_async.py
tests/test_list_project_resources.py
tests/test_list_project_resources_async.py
tests/test_load_snapshot.py
tests/test_load_snapshot_async.py
tests/test_swap_deployments.py
tests/test_swap_deployments_async.py
tests/test_train.py
tests/test_train_async.py