gpt4 book ai didi

configuration - 具有相同标签的 L1 实体类型和 L3 实体类型

转载 作者:行者123 更新时间:2023-12-04 13:42:27 25 4
gpt4 key购买 nike

在 Reltio 中,我可以为 L3 配置中已经存在于 L1 配置中的实体类型添加标签吗?

例如,我们知道个人是 L1 配置中的实体类型。那么,我可以在 L3 配置中创建一个单独的实体类型吗?另外,如果可能的话,我可以从 L1 配置的个人扩展 L3 配置的个人吗?

最佳答案

是的,您可以更改 L3 中任何实体类型的标签。

此外,您可以通过添加自定义属性来扩展 L3 中的任何实体类型。不要在 L3 中包含您不会更改的属性或特性。它们将自动在您的 L3 中继承。

例子:

 {
"uri": "configuration",
"description": "ABC Company Customer Hub",
"referenceConfigurationURI": "configuration/_vertical/life-sciences",
"entityTypes": [
{
"uri": "configuration/entityTypes/Individual",
"attributes": [
{
"uri": "configuration/entityTypes/Individual/attributes/Prefix",
"lookupCode": "rdm/lookupTypes/Prefix"
},
{
"uri":
"configuration/entityTypes/Individual/attributes/AbcGoodCustomerFlag",
"label": "ABC Good Customer",
"name": "AbcGoodCustomerFlag",
"type": "Boolean",
"Default": false
}
]
}
]
}

在上面的示例中,Reltio 的 100 个标准属性通过继承自动“拉入”实体类型,例如:
"referenceConfigurationURI": "configuration/_vertical/life-sciences"

连同已建立的生命科学最佳实践和配置,包括匹配、生存等。

此外,它还向已定义的前缀属性添加了 Reltio RDM 查找,并添加了一个名为“ABC Good Customer”的自定义属性。

同样,这几行的结果将是一个完整的配置,而不仅仅是提到的自定义项。因此,您只需要在 L3 中添加您的自定义。

关于configuration - 具有相同标签的 L1 实体类型和 L3 实体类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37136416/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com