Class GetTrainingQueryOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.GetTrainingQueryOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetTrainingQueryOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getTrainingQuery options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTrainingQueryOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description GetTrainingQueryOptions.Builder
newBuilder()
New builder.String
projectId()
Gets the projectId.String
queryId()
Gets the queryId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetTrainingQueryOptions builder
-
projectId
Gets the projectId.The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
- Returns:
- the projectId
-
queryId
Gets the queryId.The ID of the query used for training.
- Returns:
- the queryId
-