Parameters
/Source | Required | The project from which the training batches should be copied. |
/Target | Required | The project to which the training batches should be copied. |
/SourceTenant | Optional | The tenant containing the source project. |
/TargetTenant | Optional | The tenant where the project should be updated. |
/SourceU | Optional | User name. |
/SourceP | Optional | Password. |
/SourceCert | Optional | Certificate thumbprint used for mutual SSL authentication on the server of the source project. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string. |
/TargetU | Optional | User name. If no user name is specified, Windows authentication will be used. |
/TargetP | Optional | Password. |
/TargetCert | Optional | Certificate thumbprint used for mutual SSL authentication on the server of the target project. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string. |
/CopyTrainingBatches | Optional | Copies the training batches. Possible values are All, LayoutOnly, ClassifierOnly or None. By default, this parameter is set to All. |
/BatchIDs | Optional | The IDs of the batches that should be synchronized. If no batch IDs are specified, all the training batches will be synchronized. If some batch IDs are specified, the /CopyTrainingBatches parameter should be set to either LayoutOnly or ClassifierOnly to avoid duplicate batch IDs, as different collections may contain identical batch IDs. Important! The /BatchIDs parameter and the /DeleteBatchesMissedInSource flag are mutually exclusive. If both are specified, an error message will be displayed. |
/CopyTrainingSamples | Flag | Copies the contents of a training batch. By default, if the batches are identical (i.e. if the have the same GUID), the contents of the training batch will not be copied. This can be changed using the ForceSync flag (see below for more information). |
/ForceSync | Flag | Disables the training quality check and copies a training batch even if the quality of the new model is worse than that of the existing model. |
/DeleteBatchesMissedInSource | Flag | Deletes from the target batch (i.e. the batch specified in the /target parameter) any batches missing in the source batch (i.e. the batch specified in the /source parameter). If batches are deleted, a corresponding entry will be added into the log. Important! The /BatchIDs parameter and the /DeleteBatchesMissedInSource flag are mutually exclusive. If both are specified, an error message will be displayed. |
