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

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

There is a newer version: 0.51.5-public
Show 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 ModelPredictDesc {
	@Element(name = "Pipeline", required = false)
	public ModelPipeline pipeline;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy