Skip to content

Commit 4e58b0b

Browse files
NestedObject For pipeline (dotnet#14)
1 parent 030e25a commit 4e58b0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/AutoML/API/Pipeline.cs

+6
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ public enum PipelineNodeType
3737
Transform,
3838
Trainer
3939
}
40+
41+
public class CustomProperty
42+
{
43+
public readonly string Name;
44+
public readonly IDictionary<string, object> Properties;
45+
}
4046
}

0 commit comments

Comments
 (0)