| 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<Notebook> |
AnalyticsModel.inputTrainingNotebook |
protected ItemList<Notebook> |
AnalyticsProject.notebooks |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Notebook> |
AnalyticsModel.getInputTrainingNotebook()
Retrieve the
input_training_notebook property (displayed as 'Notebooks') of the object. |
ItemList<Notebook> |
AnalyticsProject.getNotebooks()
Retrieve the
notebooks property (displayed as 'Notebooks') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsModel.setInputTrainingNotebook(ItemList<Notebook> inputTrainingNotebook)
Set the
input_training_notebook property (displayed as Notebooks) of the object. |
void |
AnalyticsProject.setNotebooks(ItemList<Notebook> notebooks)
Set the
notebooks property (displayed as Notebooks) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.