View source: R/lookoutequipment_operations.R
lookoutequipment_create_label_group | R Documentation |
Creates a group of labels.
See https://www.paws-r-sdk.com/docs/lookoutequipment_create_label_group/ for full documentation.
lookoutequipment_create_label_group(
LabelGroupName,
FaultCodes = NULL,
ClientToken,
Tags = NULL
)
LabelGroupName |
[required] Names a group of labels. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
FaultCodes |
The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
ClientToken |
[required] A unique identifier for the request to create a label group. If you do not set the client request token, Lookout for Equipment generates one. |
Tags |
Tags that provide metadata about the label group you are creating. Data in this field will be retained for service usage. Follow best practices for the security of your data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.