public class AnalyticsModel extends InformationAsset
analytics_model asset type in IGC, displayed as 'Data Science Model' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected AnalyticsProject |
analyticsProject |
protected ItemList<ModelEvalMetric> |
evalMetric |
protected Date |
firstPublishedDate |
protected ItemList<DataField> |
inputTrainingColumn |
protected ItemList<Notebook> |
inputTrainingNotebook |
protected ItemList<AnalyticsScript> |
inputTrainingScript |
protected ItemList<DataField> |
labelTrainingColumn |
protected String |
logicalName |
protected String |
modelQuality |
protected String |
modelType |
protected String |
packageName |
protected String |
systemEquivId |
protected String |
url |
protected Number |
version |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
AnalyticsModel() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsProject |
getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
ItemList<ModelEvalMetric> |
getEvalMetric()
Retrieve the
eval_metric property (displayed as 'Eval Metric') of the object. |
Date |
getFirstPublishedDate()
Retrieve the
first_published_date property (displayed as 'First Published Date') of the object. |
ItemList<DataField> |
getInputTrainingColumn()
Retrieve the
input_training_column property (displayed as 'Input Data Assets') of the object. |
ItemList<Notebook> |
getInputTrainingNotebook()
Retrieve the
input_training_notebook property (displayed as 'Notebooks') of the object. |
ItemList<AnalyticsScript> |
getInputTrainingScript()
Retrieve the
input_training_script property (displayed as 'Scripts') of the object. |
ItemList<DataField> |
getLabelTrainingColumn()
Retrieve the
label_training_column property (displayed as 'Output Data Assets') of the object. |
String |
getLogicalName()
Retrieve the
logical_name property (displayed as 'Logical Name') of the object. |
String |
getModelQuality()
Retrieve the
model_quality property (displayed as 'Quality') of the object. |
String |
getModelType()
Retrieve the
model_type property (displayed as 'Type') of the object. |
String |
getPackageName()
Retrieve the
package_name property (displayed as 'Package Name') of the object. |
String |
getSystemEquivId()
Retrieve the
system_equiv_id property (displayed as 'System Equiv Id') of the object. |
String |
getTheUrl()
Retrieve the
url property (displayed as 'URL') of the object. |
Number |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
void |
setEvalMetric(ItemList<ModelEvalMetric> evalMetric)
Set the
eval_metric property (displayed as Eval Metric) of the object. |
void |
setFirstPublishedDate(Date firstPublishedDate)
Set the
first_published_date property (displayed as First Published Date) of the object. |
void |
setInputTrainingColumn(ItemList<DataField> inputTrainingColumn)
Set the
input_training_column property (displayed as Input Data Assets) of the object. |
void |
setInputTrainingNotebook(ItemList<Notebook> inputTrainingNotebook)
Set the
input_training_notebook property (displayed as Notebooks) of the object. |
void |
setInputTrainingScript(ItemList<AnalyticsScript> inputTrainingScript)
Set the
input_training_script property (displayed as Scripts) of the object. |
void |
setLabelTrainingColumn(ItemList<DataField> labelTrainingColumn)
Set the
label_training_column property (displayed as Output Data Assets) of the object. |
void |
setLogicalName(String logicalName)
Set the
logical_name property (displayed as Logical Name) of the object. |
void |
setModelQuality(String modelQuality)
Set the
model_quality property (displayed as Quality) of the object. |
void |
setModelType(String modelType)
Set the
model_type property (displayed as Type) of the object. |
void |
setPackageName(String packageName)
Set the
package_name property (displayed as Package Name) of the object. |
void |
setSystemEquivId(String systemEquivId)
Set the
system_equiv_id property (displayed as System Equiv Id) of the object. |
void |
setTheUrl(String url)
Set the
url property (displayed as URL) of the object. |
void |
setVersion(Number version)
Set the
version property (displayed as Version) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 AnalyticsProject analyticsProject
protected ItemList<ModelEvalMetric> evalMetric
protected Date firstPublishedDate
protected ItemList<AnalyticsScript> inputTrainingScript
protected String logicalName
protected String modelQuality
protected String modelType
protected String packageName
protected String systemEquivId
protected String url
protected Number version
public AnalyticsProject getAnalyticsProject()
analytics_project property (displayed as 'Data Science Project') of the object.AnalyticsProjectpublic void setAnalyticsProject(AnalyticsProject analyticsProject)
analytics_project property (displayed as Data Science Project) of the object.analyticsProject - the value to setpublic ItemList<ModelEvalMetric> getEvalMetric()
eval_metric property (displayed as 'Eval Metric') of the object.ItemList<ModelEvalMetric>public void setEvalMetric(ItemList<ModelEvalMetric> evalMetric)
eval_metric property (displayed as Eval Metric) of the object.evalMetric - the value to setpublic Date getFirstPublishedDate()
first_published_date property (displayed as 'First Published Date') of the object.Datepublic void setFirstPublishedDate(Date firstPublishedDate)
first_published_date property (displayed as First Published Date) of the object.firstPublishedDate - the value to setpublic ItemList<DataField> getInputTrainingColumn()
input_training_column property (displayed as 'Input Data Assets') of the object.ItemList<DataField>public void setInputTrainingColumn(ItemList<DataField> inputTrainingColumn)
input_training_column property (displayed as Input Data Assets) of the object.inputTrainingColumn - the value to setpublic ItemList<Notebook> getInputTrainingNotebook()
input_training_notebook property (displayed as 'Notebooks') of the object.ItemList<Notebook>public void setInputTrainingNotebook(ItemList<Notebook> inputTrainingNotebook)
input_training_notebook property (displayed as Notebooks) of the object.inputTrainingNotebook - the value to setpublic ItemList<AnalyticsScript> getInputTrainingScript()
input_training_script property (displayed as 'Scripts') of the object.ItemList<AnalyticsScript>public void setInputTrainingScript(ItemList<AnalyticsScript> inputTrainingScript)
input_training_script property (displayed as Scripts) of the object.inputTrainingScript - the value to setpublic ItemList<DataField> getLabelTrainingColumn()
label_training_column property (displayed as 'Output Data Assets') of the object.ItemList<DataField>public void setLabelTrainingColumn(ItemList<DataField> labelTrainingColumn)
label_training_column property (displayed as Output Data Assets) of the object.labelTrainingColumn - the value to setpublic String getLogicalName()
logical_name property (displayed as 'Logical Name') of the object.Stringpublic void setLogicalName(String logicalName)
logical_name property (displayed as Logical Name) of the object.logicalName - the value to setpublic String getModelQuality()
model_quality property (displayed as 'Quality') of the object.Stringpublic void setModelQuality(String modelQuality)
model_quality property (displayed as Quality) of the object.modelQuality - the value to setpublic String getModelType()
model_type property (displayed as 'Type') of the object.Stringpublic void setModelType(String modelType)
model_type property (displayed as Type) of the object.modelType - the value to setpublic String getPackageName()
package_name property (displayed as 'Package Name') of the object.Stringpublic void setPackageName(String packageName)
package_name property (displayed as Package Name) of the object.packageName - the value to setpublic String getSystemEquivId()
system_equiv_id property (displayed as 'System Equiv Id') of the object.Stringpublic void setSystemEquivId(String systemEquivId)
system_equiv_id property (displayed as System Equiv Id) of the object.systemEquivId - the value to setpublic String getTheUrl()
url property (displayed as 'URL') of the object.Stringpublic void setTheUrl(String url)
url property (displayed as URL) of the object.url - the value to setpublic Number getVersion()
version property (displayed as 'Version') of the object.Numberpublic void setVersion(Number version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.