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

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

There is a newer version: 0.51.2-public
Show newest version
package com.aliyun.odps.ml;

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

@XmlRootElement(name = "Item")
public class ModelAbTestItem{
	@XmlElement(name = "Project")
	public String project;
	
	@XmlElement(name = "TargetModel")
	public String targetModel;
	
	@XmlElement(name = "Pct")
	public String Pct;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy