public class GetTrainingQueryOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetTrainingQueryOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
projectId |
protected java.lang.String |
queryId |
Modifier | Constructor and Description |
---|---|
protected |
GetTrainingQueryOptions(GetTrainingQueryOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
GetTrainingQueryOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
projectId()
Gets the projectId.
|
java.lang.String |
queryId()
Gets the queryId.
|
protected java.lang.String projectId
protected java.lang.String queryId
protected GetTrainingQueryOptions(GetTrainingQueryOptions.Builder builder)
public GetTrainingQueryOptions.Builder newBuilder()
public java.lang.String projectId()
The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
public java.lang.String queryId()
The ID of the query used for training.