public class TrainingQuery
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<TrainingExample> |
getExamples()
Gets the examples.
|
String |
getFilter()
Gets the filter.
|
String |
getNaturalLanguageQuery()
Gets the naturalLanguageQuery.
|
String |
getQueryId()
Gets the queryId.
|
public String getQueryId()
The query ID associated with the training query.
public String getNaturalLanguageQuery()
The natural text query for the training query.
public String getFilter()
The filter used on the collection before the **natural_language_query** is applied.
public List<TrainingExample> getExamples()
Array of training examples.
Copyright © 2024 IBM Cloud. All rights reserved.