UploadProject
Mit dem Befehl UploadProject können Sie ein Projekt von einem lokalen Dateisystem auf einen Server hochladen. Auch die Trainingsstapel werden standardmäßig kopiert.
Hinweis. Uploading a project to the server always modifies the project's UUID. By default, the system does not check whether the project being uploaded already exists on the server. To avoid this, use the /CheckProjectExists flag, which will display an error message when a project with the same UUID already exists on the server.
Um ein Projekt von einem Server zu einem lokalen Dateisystem herunterzuladen, verwenden Sie den Befehl DownloadProject.
Parameter
/Source | Erforderlich | Der Pfad zum lokalen Projekt Relative lokale Pfade werden nicht unterstützt. |
/Target | Erforderlich | Der Pfad zu dem Speicherort auf einem Server, auf dem das Projekt gespeichert wird, oder der vollständige Pfad zu einem lokalen Ordner, in dem das Projekt gespeichert wird. |
/Instanz | Optional | Instanzname. |
/U | Optional | Benutzername. Wird kein Benutzername festgelegt, wird die Windows-Authentifizierung verwendet. |
/P | Optional | Passwort. |
/CopyTrainingBatches | Optional |
Lädt die Trainingsstapel herunter. Mögliche Werte sind Alle, LayoutOnly, ClassifierOnly oder Keine. Standardmäßig ist dieser Parameter auf Alle festgelegt. |
/CopyTrainingSamples | Flag | Lädt die Inhalte der Trainingsstapel herunter. |
/CheckProjectExists | Flag | Überprüft, ob ein angegebenes Projekt bereits auf dem Server vorhanden ist, und kopiert es andernfalls zusammen mit seiner UUID. If it does, an error message will be displayed. |
Verwendungsbeispiel:
UploadProject /Source="D:\Projects\FCProject" /Target="https://FCSRV" /U=user /P=password /CopyTrainingSamples - uploads a project and all contents of its training batches to the server.
UploadProject /Source="D:\Projects\FCProject" /Target="https://FCSRV" /U=user /P=password /CopyTrainingBatches=LayoutOnly /CheckProjectExists - uploads a project and all its field extraction training batches, and checks whether an identical project exists on the server.
1/14/2021 2:17:18 PM