| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnalyticsProject |
AnalyticsScript.analyticsProject |
protected AnalyticsProject |
RShinyApp.analyticsProject |
protected AnalyticsProject |
AnalyticsModel.analyticsProject |
protected AnalyticsProject |
Notebook.analyticsProject |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsProject |
AnalyticsScript.getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
AnalyticsProject |
RShinyApp.getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
AnalyticsProject |
AnalyticsModel.getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
AnalyticsProject |
Notebook.getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsScript.setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
void |
RShinyApp.setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
void |
AnalyticsModel.setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
void |
Notebook.setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.