IdentifierTranslationResult

class VmaxBuilder.database_retrieval.identifier_translation.IdentifierTranslationResult(mapped_identifiers: dict[str, str], unresolved_identifiers: list[str])[source]

Generated: validation needed.

Description:

Translation output for one source->target identifier mapping attempt.

Parameters:
  • mapped_identifiers (dict[str, str]) – Source identifier to resolved target identifier.

  • unresolved_identifiers (list[str]) – Source identifiers without resolved target mapping.

Public Methods

mapped_identifiers

unresolved_identifiers