public class DeleteTrainingExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteTrainingExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
environmentId()
Gets the environmentId.
|
String |
exampleId()
Gets the exampleId.
|
DeleteTrainingExampleOptions.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
public DeleteTrainingExampleOptions.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.
public String exampleId()
The ID of the document as it is indexed.
Copyright © 2024 IBM Cloud. All rights reserved.