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 | Method and Description |
---|---|
GetTrainingQueryOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
String |
queryId()
Gets the queryId.
|
public GetTrainingQueryOptions.Builder newBuilder()
public String projectId()
The Universally Unique Identifier (UUID) 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.
Copyright © 2024 IBM Cloud. All rights reserved.