Class TrainingDataSet
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.TrainingDataSet
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingDataSet
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Training information for a specific collection.
-
Constructor Summary
Constructors Constructor Description TrainingDataSet()
-
Method Summary
Modifier and Type Method Description String
getCollectionId()
Gets the collectionId.String
getEnvironmentId()
Gets the environmentId.List<TrainingQuery>
getQueries()
Gets the queries.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingDataSet
public TrainingDataSet()
-
-
Method Details
-
getEnvironmentId
Gets the environmentId.The environment id associated with this training data set.
- Returns:
- the environmentId
-
getCollectionId
Gets the collectionId.The collection id associated with this training data set.
- Returns:
- the collectionId
-
getQueries
Gets the queries.Array of training queries.
- Returns:
- the queries
-