public class CreateTrainingExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateTrainingExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
crossReference()
Gets the crossReference.
|
String |
documentId()
Gets the documentId.
|
String |
environmentId()
Gets the environmentId.
|
CreateTrainingExampleOptions.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
Long |
relevance()
Gets the relevance.
|
public CreateTrainingExampleOptions.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 documentId()
The document ID associated with this training example.
public String crossReference()
The cross reference associated with this training example.
public Long relevance()
The relevance of the training example.
Copyright © 2023 IBM Cloud. All rights reserved.