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.
|
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()
Deprecated.
this method is deprecated and may be removed in a future release
|
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.
@Deprecated 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 © 2024 IBM Cloud. All rights reserved.