public class UpdateTrainingExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateTrainingExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
crossReference()
Gets the crossReference.
|
String |
environmentId()
Gets the environmentId.
|
String |
exampleId()
Gets the exampleId.
|
UpdateTrainingExampleOptions.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
Long |
relevance()
Gets the relevance.
|
public UpdateTrainingExampleOptions.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.
public String crossReference()
The example to add.
public Long relevance()
The relevance value for this example.
Copyright © 2024 IBM Cloud. All rights reserved.