본문으로 건너뛰기

DatasetUsagesResponse

Reverse-lookup of ontology resources backed by a dataset.

entity_types object[]
  • Array [
  • 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]

  • ]
  • relation_types object[]
  • Array [
  • 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]

  • ]
  • totalTotal (integer)필수

    Sum of entity_types and relation_types counts

    DatasetUsagesResponse
    {
    "entity_types": [
    {
    "sink_id": "string",
    "resource_id": "string",
    "resource_name": "string",
    "resource_alias": "string",
    "collection_id": "string",
    "kind": "entity_type"
    }
    ],
    "relation_types": [
    {
    "sink_id": "string",
    "resource_id": "string",
    "resource_name": "string",
    "resource_alias": "string",
    "collection_id": "string",
    "kind": "entity_type"
    }
    ],
    "total": 0
    }