public interface Model
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the experiment model.
|
String |
getRegistryName()
Returns the registry record name for this model in the workspace.
|
String |
getVersion()
Returns the version of the model.
|
String |
getWorkspace()
Returns the name of the workspace where model is registered.
|
boolean |
isPublic()
Returns
true if model registration is in public domain. |
static ModelBuilder |
newModel(String name)
Creates new model for the registry with given name and version.
|
String getName()
String getVersion()
String getWorkspace()
String getRegistryName()
boolean isPublic()
true if model registration is in public domain.true if model registration is in public domain.static ModelBuilder newModel(String name)
name - the name of the experiment model.ModelBuilder which can be used to properly configure and build the Model instance.Copyright © 2022. All rights reserved.