Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

모델명을 관리할 수 있도록 합니다. #50

Description

@9bow

기능 설명

현재 모델명은 생성 시간을 기준으로 자동 부여됩니다.
이 때, 여러 개의 모델을 생성하면 각각의 모델을 식별하기 어려워지는 문제가 있습니다.

이를 해결하기 위해 각 모델에 이름(이하 모델 별칭)을 등록 또는 변경할 수 있도록 합니다.

예상하는 구현 방식은 다음과 같습니다.

  • 내부적으로는 현재와 동일한 모델 이름을 계속 사용합니다. (이하 모델 키로 명명)
  • DB에 추가 테이블을 생성하여 모델 키와 매핑되는 모델 별칭을 관리합니다.
  • 모델 요청 API(/model/list)의 결과 값을 모델 키 : Alias명 쌍으로 변경합니다.
  • 모델 이름을 등록/변경할 수 있도록 Front 화면(모델 관리 메뉴 등)을 추가합니다.
  • Alias명의 기본 값은 모델 키와 동일하게 합니다.

추가 정보

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions