communications-mining
latest
false
- API docs
- CLI
- Integration guides
- Blog
- How machines learn to understand words: a guide to embeddings in NLP
- Prompt-based learning with Transformers
- Efficient Transformers II: knowledge distillation & fine-tuning
- Efficient Transformers I: attention mechanisms
- Deep hierarchical unsupervised intent modelling: getting value without training data
- Fixing annotating bias with Communications Mining
- Active learning: better ML models in less time
- It's all in the numbers - assessing model performance with metrics
- Why model validation is important
- Comparing Communications Mining and Google AutoML for conversational data intelligence
Communications Mining Developer Guide
Last updated Oct 3, 2024
Tenants
A tenant on the Communications Mining SaaS platform represents a single organization's data. In some cases organizations may have multiple tenants. For example, an organization may choose to have a tenant for each of production and development.
Data and users are separated between tenants, and each tenant uses a unique API endpoint for the Communications Mining platform. Users and projects within one tenant are not able to access users and projects within another tenant. The exception to this is for Communications Mining support-users, who may be granted permissions within your tenant in order to aid your usage of the Communications Mining platform.
For tenants onboarded via UiPath, the API endpoint has the form
https://cloud.uipath.com/<my_uipath_organisation>/<my_uipath_tenant>/reinfer_/...
.
For tenants
onboarded via Communications Mining, the API endpoint has the form
https://<mydomain>.reinfer.io/...
, where
<mydomain>
is the tenant's unique domain.
Your
unique domain is the same one which you log into on the Communications Mining web
UI. In the screenshot below, the user is logged in to
The following screenshot
displays the tenant domain for example.reinfer.io:
example.reinfer.io
, so their tenant domain is
example
and their tenant API endpoint would be
https://example.reinfer.io
.