protected virtual ProcessSchema CreateMLPredictionEventsProcessSchema() { var schema = new MLPredictionEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public MLPredictionEventsProcessSchema(MLPredictionEventsProcessSchema source) : base(source) { }