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

com.aliyun.odps.ml.ModelPipeline Maven / Gradle / Ivy

package com.aliyun.odps.ml;

import java.util.List;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement(name = "Pipeline")
public class ModelPipeline {
	@XmlElement(name = "Processor")
	public List processors;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy