describe_label_group
(**kwargs)¶Returns information about the label group.
See also: AWS API Documentation
Request Syntax
response = client.describe_label_group(
LabelGroupName='string'
)
[REQUIRED]
Returns the name of the label group.
{
'LabelGroupName': 'string',
'LabelGroupArn': 'string',
'FaultCodes': [
'string',
],
'CreatedAt': datetime(2015, 1, 1),
'UpdatedAt': datetime(2015, 1, 1)
}
Response Structure
The name of the label group.
The ARN of the label group.
Codes indicating the type of anomaly associated with the labels in the lagbel group.
The time at which the label group was created.
The time at which the label group was updated.
Exceptions
LookoutEquipment.Client.exceptions.ValidationException
LookoutEquipment.Client.exceptions.ResourceNotFoundException
LookoutEquipment.Client.exceptions.ThrottlingException
LookoutEquipment.Client.exceptions.AccessDeniedException
LookoutEquipment.Client.exceptions.InternalServerException