description_format_err=Description's length can be up to %s characters long.
dataset_name_exist = Dataset English name already exists
dataset_alias_exist = Dataset Chinese name already exists
resource_in_use = Resource is in use, operation not possible, please try again later.
over_preview_size = The file size exceeds the preview limit
unsupported_preview_file_type = The file type does not support preview
create_dataset = Create Dataset
@@ -3790,4 +3791,4 @@ change_team_access_not_allowed = Changing team access for subject has been restr
org_not_allowed_to_upload_dataset_file = Datasets owned by organizations currently do not allow file uploads. If this feature is required, please wait for future updates.
[aimodel]
org_not_allowed_to_upload_aimodel_file = Aimodels owned by organizations currently do not allow file uploads. If this feature is required, please wait for future updates.
org_not_allowed_to_upload_aimodel_file = Aimodels owned by organizations currently do not allow file uploads. If this feature is required, please wait for future updates.
@@ -53,8 +53,8 @@ var PORT_RANGE = &BizError{Code: 2031, DefaultMsg: "The port range is 8000 to 88
var ENDPOINT_NOT_START_SLASH = &BizError{Code: 2032, DefaultMsg: "Custom paths need to comply with URL specifications", TrCode: "ai_task.endpoint_not_start_slash"}
var ENDPOINT_MUST_BE_VALID = &BizError{Code: 2033, DefaultMsg: "Custom paths can only include strings, numbers, and /", TrCode: "ai_task.endpoint_must_be_valid"}
var CAN_NOT_STOP_SAVING_IMAGE_JOB = &BizError{Code: 2034, DefaultMsg: "Cannot stop the AI task while it is saving the image.", TrCode: "ai_task.can_not_stop_saving_image_job"}
var CAN_NOT_FINETUNE_EXPERIENCE=&BizError{Code: 2035, DefaultMsg: "The task can not be exepirenced online.", TrCode: "ai_task.can_not_finetune_experience"}
var CAN_NOT_Eval=&BizError{Code: 2036, DefaultMsg: "The task can not be evaluated online.", TrCode: "ai_task.can_not_eval"}
var CAN_NOT_FINETUNE_EXPERIENCE=&BizError{Code: 2035, DefaultMsg: "The task can not be exepirenced online.", TrCode: "ai_task.can_not_finetune_experience"}
var CAN_NOT_Eval=&BizError{Code: 2036, DefaultMsg: "The task can not be evaluated online.", TrCode: "ai_task.can_not_eval"}
// 登录相关错误
var QR_CODE_EXPIRED = &BizError{Code: 3001, DefaultMsg: "It has expired, please scan the QR code again", TrCode: "form.qr_code_expire"}
var DATASET_ALIAS_INVALID = &BizError{Code: 4009, DefaultMsg: "Dataset alias is invalid", TrCode: "dataset.alias_format_err"}
var DATASET_ALIAS_EXIST = &BizError{Code: 4010, DefaultMsg: "Dataset alias already exists", TrCode: "dataset.dataset_alias_exist"}
var RESOURCE_IN_USE = &BizError{Code: 4011, DefaultMsg: "Resource is in use, operation not possible, please try again later.", TrCode: "dataset.resource_in_use"}
// 权限相关错误
var ORG_NOT_ALLOWED_TO_BE_COLLABORATOR = &BizError{Code: 5001, DefaultMsg: "Organizations cannot be added as a collaborator", TrCode: "access.org_not_allowed_to_be_collaborator"}
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.