public class AnalyticsProject extends InformationAsset
analytics_project asset type in IGC, displayed as 'Data Science Project' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<AnalyticsModel> |
analyticsModels |
protected ItemList<AnalyticsScript> |
analyticsScripts |
protected ItemList<Notebook> |
notebooks |
protected ItemList<RShinyApp> |
rShinyApps |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
AnalyticsProject() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<AnalyticsModel> |
getAnalyticsModels()
Retrieve the
analytics_models property (displayed as 'Data Science Models') of the object. |
ItemList<AnalyticsScript> |
getAnalyticsScripts()
Retrieve the
analytics_scripts property (displayed as 'Data Science Scripts') of the object. |
ItemList<Notebook> |
getNotebooks()
Retrieve the
notebooks property (displayed as 'Notebooks') of the object. |
ItemList<RShinyApp> |
getRShinyApps()
Retrieve the
r_shiny_apps property (displayed as 'RShiny Apps') of the object. |
void |
setAnalyticsModels(ItemList<AnalyticsModel> analyticsModels)
Set the
analytics_models property (displayed as Data Science Models) of the object. |
void |
setAnalyticsScripts(ItemList<AnalyticsScript> analyticsScripts)
Set the
analytics_scripts property (displayed as Data Science Scripts) of the object. |
void |
setNotebooks(ItemList<Notebook> notebooks)
Set the
notebooks property (displayed as Notebooks) of the object. |
void |
setRShinyApps(ItemList<RShinyApp> rShinyApps)
Set the
r_shiny_apps property (displayed as RShiny Apps) 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 ItemList<AnalyticsModel> analyticsModels
protected ItemList<AnalyticsScript> analyticsScripts
public ItemList<AnalyticsModel> getAnalyticsModels()
analytics_models property (displayed as 'Data Science Models') of the object.ItemList<AnalyticsModel>public void setAnalyticsModels(ItemList<AnalyticsModel> analyticsModels)
analytics_models property (displayed as Data Science Models) of the object.analyticsModels - the value to setpublic ItemList<AnalyticsScript> getAnalyticsScripts()
analytics_scripts property (displayed as 'Data Science Scripts') of the object.ItemList<AnalyticsScript>public void setAnalyticsScripts(ItemList<AnalyticsScript> analyticsScripts)
analytics_scripts property (displayed as Data Science Scripts) of the object.analyticsScripts - the value to setpublic ItemList<Notebook> getNotebooks()
notebooks property (displayed as 'Notebooks') of the object.ItemList<Notebook>public void setNotebooks(ItemList<Notebook> notebooks)
notebooks property (displayed as Notebooks) of the object.notebooks - the value to setpublic ItemList<RShinyApp> getRShinyApps()
r_shiny_apps property (displayed as 'RShiny Apps') of the object.ItemList<RShinyApp>Copyright © 2018–2021 ODPi. All rights reserved.