Пример #1
0
 public GenerateAutoMLTrainingSampleQuery(AutoMLCodeQuery autoMLCodeQuery)
 {
     _autoMLCodeQuery = autoMLCodeQuery;
 }
 public GenerateAutoMLConsumingSampleQuery(AutoMLCodeQuery autoMLCodeQuery)
 {
     _autoMLCodeQuery = autoMLCodeQuery;
 }