public class TrainingDataSet
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionId()Gets the collectionId. | 
| String | getEnvironmentId()Gets the environmentId. | 
| List<TrainingQuery> | getQueries()Gets the queries. | 
public String getEnvironmentId()
The environment id associated with this training data set.
public String getCollectionId()
The collection id associated with this training data set.
public List<TrainingQuery> getQueries()
Array of training queries. At least 50 queries are required for training to begin. A maximum of 10,000 queries are returned.
Copyright © 2023 IBM Cloud. All rights reserved.