public class TrainingExample
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
TrainingExample.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
crossReference()
Gets the crossReference.
|
String |
documentId()
Gets the documentId.
|
TrainingExample.Builder |
newBuilder()
New builder.
|
Long |
relevance()
Gets the relevance.
|
public TrainingExample.Builder newBuilder()
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.