{{ 'Version' | translate }} {{ modelVersion }}

{{ 'Stage' | translate }}: {{ isLoading ? null : modelVersionInfo.currentStage }}

{{ 'User id' | translate }}: {{ isLoading ? null : modelVersionInfo.userId }}

{{ 'Experiment id' | translate }}: {{ modelVersionInfo.experimentId }}

{{ 'Dataset' | translate }}: {{ isLoading ? null : modelVersionInfo.dataset }}

{{ 'Create Time' | translate }}: {{ isLoading ? null : modelVersionInfo.creationTime }}

{{ 'Last Updated' | translate }}: {{ isLoading ? null : modelVersionInfo.lastUpdatedTime }}

{{ 'Tags' | translate }}:

{{ 'Description' | translate }}: {{ isLoading ? null : modelVersionInfo.description }}