public class GetTrainingDataOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetTrainingDataOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
environmentId()
Gets the environmentId.
|
GetTrainingDataOptions.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
public GetTrainingDataOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String collectionId()
The ID of the collection.
public String queryId()
The ID of the query used for training.
Copyright © 2023 IBM Cloud. All rights reserved.