Machine Learning Repository Structure

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

The FrogML repository structure for local repositories is as follows:

├── ${REPOSITORY_NAME}
    ├── models
            ├── ${NAMESPACE}
                ├── ${MODEL_NAME}
                    ├── ${MODEL_VERSION}
                        ├── model-manifest.json
                        ├── model
                            ├── file1
                            ├── file2
                        ├── code
                            ├── code.zip
                            ├── requirements.txt