public class ClassificationsModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ClassificationsModel.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.
|
List<String> |
getFeatures()
Gets the features.
|
String |
getLanguage()
Gets the language.
|
Date |
getLastDeployed()
Gets the lastDeployed.
|
Date |
getLastTrained()
Gets the lastTrained.
|
String |
getModelId()
Gets the modelId.
|
String |
getModelVersion()
Gets the modelVersion.
|
String |
getName()
Gets the name.
|
List<Notice> |
getNotices()
Gets the notices.
|
String |
getStatus()
Gets the status.
|
Map<String,Object> |
getUserMetadata()
Gets the userMetadata.
|
String |
getVersionDescription()
Gets the versionDescription.
|
String |
getWorkspaceId()
Gets the workspaceId.
|
public String getName()
An optional name for the model.
public Map<String,Object> getUserMetadata()
An optional map of metadata key-value pairs to store with this model.
public String getLanguage()
The 2-letter language code of this model.
public String getDescription()
An optional description of the model.
public String getModelVersion()
An optional version string.
public String getWorkspaceId()
ID of the Watson Knowledge Studio workspace that deployed this model to Natural Language Understanding.
public String getVersionDescription()
The description of the version.
public List<String> getFeatures()
The service features that are supported by the custom model.
public String getStatus()
When the status is `available`, the model is ready to use.
public String getModelId()
Unique model ID.
public Date getCreated()
dateTime indicating when the model was created.
public Date getLastTrained()
dateTime of last successful model training.
public Date getLastDeployed()
dateTime of last successful model deployment.
Copyright © 2024 IBM Cloud. All rights reserved.