public class UpdateTrainingQueryOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateTrainingQueryOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<TrainingExample> |
examples()
Gets the examples.
|
String |
filter()
Gets the filter.
|
String |
naturalLanguageQuery()
Gets the naturalLanguageQuery.
|
UpdateTrainingQueryOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
String |
queryId()
Gets the queryId.
|
public UpdateTrainingQueryOptions.Builder newBuilder()
public String projectId()
The ID of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String queryId()
The ID of the query used for training.
public String naturalLanguageQuery()
The natural text query that is used as the training query.
public List<TrainingExample> examples()
Array of training examples.
public String filter()
The filter used on the collection before the **natural_language_query** is applied.
Copyright © 2023 IBM Cloud. All rights reserved.