| java.lang.Object |
| ↳ |
org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson> |
| |
↳ |
org.mule.modules.google.prediction.model.Training |
Class Overview
Created with IntelliJ IDEA.
User: albinkjellin
Date: 8/8/12
Time: 4:43 PM
To change this template use File | Settings | File Templates.
Summary
|
[Expand]
Inherited Fields |
From class
org.mule.modules.google.api.model.BaseWrapper
|
protected
T extends GenericJson |
wrapped |
|
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.google.api.model.BaseWrapper
|
static
<G extends GenericJson, T extends BaseWrapper<?>>
List<G>
|
unwrapp(Collection<T> arg0, Class<G> arg1)
|
|
static
<T extends BaseWrapper<?>, G extends GenericJson>
List<T>
|
valueOf(Collection<G> arg0, Class<T> arg1)
|
|
T
|
wrapped()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
Training
(Training wrapped)
Public Methods
public
DateTime
getCreated
()
public
String
getSelfLink
()
public
String
getStorageDataLocation
()
public
String
getStoragePMMLLocation
()
public
String
getStoragePMMLModelLocation
()
public
DateTime
getTrainingComplete
()
public
String
getTrainingStatus
()
public
List<Map<String, Double>>
getUtility
()
public
void
setCreated
(DateTime created)
public
void
setId
(String id)
public
void
setModelInfo
(ModelInfo modelInfo)
public
void
setSelfLink
(String selfLink)
public
void
setStorageDataLocation
(String storageDataLocation)
public
void
setStoragePMMLLocation
(String storagePMMLLocation)
public
void
setStoragePMMLModelLocation
(String storagePMMLModelLocation)
public
void
setTrainingComplete
(DateTime trainingComplete)
public
void
setTrainingStatus
(String trainingStatus)