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

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

package com.aliyun.odps.ml;

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

@XmlRootElement(name = "Target")
public class Target{
    @XmlElement(name = "Name")
    public String name;
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy