All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.automl.api.schemas3.SchemaExtensions Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package water.automl.api.schemas3;

import ai.h2o.automl.Models;
import water.Iced;
import water.Key;
import water.api.schemas3.KeyV3;

public final class SchemaExtensions {

    public static class ModelsKeyV3 extends KeyV3 {
        public ModelsKeyV3() {}
        public ModelsKeyV3(Key key) { super(key); }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy