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

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

package com.aliyun.odps.ml;

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

@XmlRootElement(name = "PredictDesc")
public class ModelPredictDescNew {
	@XmlElement(name = "Pipeline")
	public ModelPipelineNew pipeline;

	@XmlElement(name = "Target")
	public Target target;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy