emadl:train
Full name:
de.monticore.lang.monticar.utilities:emadl-maven-plugin:0.0.13-SNAPSHOT:train
Description:
Generates C++ code and trains an EMADL component with neural
network implementation.
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<artifactTrackingConfiguration> | String | - | Path to the artifact tracking configuration file. This enables the
artifact tracking functionality. |
<mlflowTrackingConfiguration> | String | - | Path to the MLflow tracking configuration file. This enables the
MLflow tracking functionality. |
<pathTmpOut> | String | - | Target directory where all generated components are stored and
created JARs are temporarily cached before being deployed. Default value is: target/tmp. User property is: pathTmpOut. |
<training> | TrainingConfiguration | - | (no description) |
Parameter Details
<artifactTrackingConfiguration>
Path to the artifact tracking configuration file. This enables the
artifact tracking functionality.
- Type: java.lang.String
- Required: No
<mlflowTrackingConfiguration>
Path to the MLflow tracking configuration file. This enables the
MLflow tracking functionality.
- Type: java.lang.String
- Required: No
<pathTmpOut>
Target directory where all generated components are stored and
created JARs are temporarily cached before being deployed.
- Type: java.lang.String
- Required: No
- User Property: pathTmpOut
- Default: target/tmp
<training>
(no description)
- Type: de.monticore.lang.monticar.utilities.models.TrainingConfiguration
- Required: No