LookoutEquipment / Client / describe_label_group

describe_label_group#

LookoutEquipment.Client.describe_label_group(**kwargs)#

Returns information about the label group.

See also: AWS API Documentation

Request Syntax

response = client.describe_label_group(
    LabelGroupName='string'
)
Parameters:

LabelGroupName (string) –

[REQUIRED]

Returns the name of the label group.

Return type:

dict

Returns:

Response Syntax

{
    'LabelGroupName': 'string',
    'LabelGroupArn': 'string',
    'FaultCodes': [
        'string',
    ],
    'CreatedAt': datetime(2015, 1, 1),
    'UpdatedAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • LabelGroupName (string) –

      The name of the label group.

    • LabelGroupArn (string) –

      The Amazon Resource Name (ARN) of the label group.

    • FaultCodes (list) –

      Codes indicating the type of anomaly associated with the labels in the lagbel group.

      • (string) –

    • CreatedAt (datetime) –

      The time at which the label group was created.

    • UpdatedAt (datetime) –

      The time at which the label group was updated.

Exceptions