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

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

The newest version!
package com.aliyun.odps.ml;

import com.aliyun.odps.simpleframework.xml.Element;
import com.aliyun.odps.simpleframework.xml.Root;

@Root(name = "PredictDesc", strict = false)
public class ModelPredictDescNew {
	@Element(name = "Pipeline", required = false)
	public ModelPipelineNew pipeline;

	@Element(name = "Target", required = false)
	public Target target;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy