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

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

package com.aliyun.odps.ml;

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

@XmlRootElement(name = "Resource")
public class Resource {
	@XmlElement(name = "CPU")
	public int CPU = 0;
	
	@XmlElement(name = "Memory")
	public long memory = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy