| 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 AnalyticsModel |
ModelEvalMetric.ofModel |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<AnalyticsModel> |
AnalyticsProject.analyticsModels |
protected ItemList<AnalyticsModel> |
Notebook.inputTrainingNotebookInv |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsModel |
ModelEvalMetric.getOfModel()
Retrieve the
of_model property (displayed as 'Of Model') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<AnalyticsModel> |
AnalyticsProject.getAnalyticsModels()
Retrieve the
analytics_models property (displayed as 'Data Science Models') of the object. |
ItemList<AnalyticsModel> |
Notebook.getInputTrainingNotebookInv()
Retrieve the
input_training_notebook_inv property (displayed as 'Data Science Models') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelEvalMetric.setOfModel(AnalyticsModel ofModel)
Set the
of_model property (displayed as Of Model) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsProject.setAnalyticsModels(ItemList<AnalyticsModel> analyticsModels)
Set the
analytics_models property (displayed as Data Science Models) of the object. |
void |
Notebook.setInputTrainingNotebookInv(ItemList<AnalyticsModel> inputTrainingNotebookInv)
Set the
input_training_notebook_inv property (displayed as Data Science Models) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.