public class TrainingQuery
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
TrainingQuery.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Date |
created()
Gets the created.
|
List<TrainingExample> |
examples()
Gets the examples.
|
String |
filter()
Gets the filter.
|
String |
naturalLanguageQuery()
Gets the naturalLanguageQuery.
|
TrainingQuery.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
Date |
updated()
Gets the updated.
|
public TrainingQuery.Builder newBuilder()
public String queryId()
The query ID associated with the training query.
public String naturalLanguageQuery()
The natural text query that is used as the training query.
public String filter()
The filter used on the collection before the **natural_language_query** is applied.
public Date created()
The date and time the query was created.
public Date updated()
The date and time the query was updated.
public List<TrainingExample> examples()
Array of training examples.
Copyright © 2023 IBM Cloud. All rights reserved.