![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.odps.ml.ModelPipeline Maven / Gradle / Ivy
The newest version!
package com.aliyun.odps.ml;
import com.aliyun.odps.simpleframework.xml.ElementList;
import com.aliyun.odps.simpleframework.xml.Root;
import java.util.List;
@Root(name = "Pipeline", strict = false)
public class ModelPipeline {
@ElementList(entry = "Processor", inline = true, required = false)
public List processors;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy