public class ModelEvalMetric extends Reference
model_eval_metric asset type in IGC, displayed as 'Model Eval Metric' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Date |
evalDate |
protected String |
metricType |
protected AnalyticsModel |
ofModel |
protected String |
value |
| Constructor and Description |
|---|
ModelEvalMetric() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEvalDate()
Retrieve the
eval_date property (displayed as 'Eval Date') of the object. |
String |
getMetricType()
Retrieve the
metric_type property (displayed as 'Metric Type') of the object. |
AnalyticsModel |
getOfModel()
Retrieve the
of_model property (displayed as 'Of Model') of the object. |
String |
getValue()
Retrieve the
value property (displayed as 'Value') of the object. |
void |
setEvalDate(Date evalDate)
Set the
eval_date property (displayed as Eval Date) of the object. |
void |
setMetricType(String metricType)
Set the
metric_type property (displayed as Metric Type) of the object. |
void |
setOfModel(AnalyticsModel ofModel)
Set the
of_model property (displayed as Of Model) of the object. |
void |
setValue(String value)
Set the
value property (displayed as Value) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Date evalDate
protected String metricType
protected AnalyticsModel ofModel
protected String value
public Date getEvalDate()
eval_date property (displayed as 'Eval Date') of the object.Datepublic void setEvalDate(Date evalDate)
eval_date property (displayed as Eval Date) of the object.evalDate - the value to setpublic String getMetricType()
metric_type property (displayed as 'Metric Type') of the object.Stringpublic void setMetricType(String metricType)
metric_type property (displayed as Metric Type) of the object.metricType - the value to setpublic AnalyticsModel getOfModel()
of_model property (displayed as 'Of Model') of the object.AnalyticsModelpublic void setOfModel(AnalyticsModel ofModel)
of_model property (displayed as Of Model) of the object.ofModel - the value to setpublic String getValue()
value property (displayed as 'Value') of the object.Stringpublic void setValue(String value)
value property (displayed as Value) of the object.value - the value to setCopyright © 2018–2021 ODPi. All rights reserved.