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

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