본문으로 건너뛰기

DatasetUsageEntity

Single ontology resource that backs its data from a dataset.

sink_idSink Id (string)필수

EntitySink or RelationSink ID

resource_idResource Id (string)필수

EntityType or RelationType ID

resource_nameResource Name (string)필수
resource_alias object
하나 이상(anyOf)
string
collection_id object

Identifier of the collection that contains the ontology resource, or null when the resource is not associated with a collection.

하나 이상(anyOf)
string
kindKind (string)필수

Possible values: [entity_type, relation_type]

DatasetUsageEntity
{
"sink_id": "string",
"resource_id": "string",
"resource_name": "string",
"resource_alias": "string",
"collection_id": "string",
"kind": "entity_type"
}