public class Model
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Model.Status
When the status is `available`, the model is ready to use.
|
Constructor and Description |
---|
Model() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
String |
getLanguage()
Gets the language.
|
String |
getModelId()
Gets the modelId.
|
String |
getModelVersion()
Gets the modelVersion.
|
String |
getStatus()
Gets the status.
|
String |
getVersion()
Gets the version.
|
String |
getVersionDescription()
Gets the versionDescription.
|
String |
getWorkspaceId()
Gets the workspaceId.
|
public String getStatus()
When the status is `available`, the model is ready to use.
public String getModelId()
Unique model ID.
public String getLanguage()
ISO 639-1 code that indicates the language of the model.
public String getDescription()
Model description.
public String getWorkspaceId()
ID of the Watson Knowledge Studio workspace that deployed this model to Natural Language Understanding.
public String getModelVersion()
The model version, if it was manually provided in Watson Knowledge Studio.
public String getVersion()
Deprecated — use `model_version`.
public String getVersionDescription()
The description of the version, if it was manually provided in Watson Knowledge Studio.
public Date getCreated()
A dateTime indicating when the model was created.
Copyright © 2021 IBM Cloud. All rights reserved.