Skip to content

Enum: AgentTypeEnum

Agent types relevant to edges of a particular type.

Permissible Values

Value Meaning Description
manual_agent None None
automated_agent None None
computational_model None None
data_analysis_pipeline None None
text_mining_agent None None
image_processing_agent None None
manual_validation_of_automated_agent None None
not_provided None None
varies None None

Slots constrained by this enum

Name
agent_type

LinkML Source

name: AgentTypeEnum
description: Agent types relevant to edges of a particular type.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
exact_mappings:
- biolink:AgentTypeEnum
permissible_values:
  manual_agent:
    text: manual_agent
  automated_agent:
    text: automated_agent
  computational_model:
    text: computational_model
  data_analysis_pipeline:
    text: data_analysis_pipeline
  text_mining_agent:
    text: text_mining_agent
  image_processing_agent:
    text: image_processing_agent
  manual_validation_of_automated_agent:
    text: manual_validation_of_automated_agent
  not_provided:
    text: not_provided
  varies:
    text: varies