AttributeType

See https://docs.tamr.com/reference#attribute-types

class tamr_client.attribute_type.Array(inner_type)
Parameters

inner_type (AttributeType) –

class tamr_client.attribute_type.Map(inner_type)
Parameters

inner_type (AttributeType) –

class tamr_client.attribute_type.Record(attributes)
Parameters

attributes (Tuple [SubAttribute]) –

Type aliases