| 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 ItemList<AnalyticsScript> |
AnalyticsProject.analyticsScripts |
protected ItemList<AnalyticsScript> |
AnalyticsModel.inputTrainingScript |
| Modifier and Type | Method and Description |
|---|---|
ItemList<AnalyticsScript> |
AnalyticsProject.getAnalyticsScripts()
Retrieve the
analytics_scripts property (displayed as 'Data Science Scripts') of the object. |
ItemList<AnalyticsScript> |
AnalyticsModel.getInputTrainingScript()
Retrieve the
input_training_script property (displayed as 'Scripts') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsProject.setAnalyticsScripts(ItemList<AnalyticsScript> analyticsScripts)
Set the
analytics_scripts property (displayed as Data Science Scripts) of the object. |
void |
AnalyticsModel.setInputTrainingScript(ItemList<AnalyticsScript> inputTrainingScript)
Set the
input_training_script property (displayed as Scripts) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.