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 |
collectionId()
Gets the collectionId.
|
Date |
created()
Gets the created.
|
String |
documentId()
Gets the documentId.
|
TrainingExample.Builder |
newBuilder()
New builder.
|
Long |
relevance()
Gets the relevance.
|
Date |
updated()
Gets the updated.
|
public TrainingExample.Builder newBuilder()
public String documentId()
The document ID associated with this training example.
public String collectionId()
The collection ID associated with this training example.
public Long relevance()
The relevance score of the training example. Scores range from `0` to `100`. Zero means not relevant. The higher the number, the more relevant the example.
public Date created()
The date and time the example was created.
public Date updated()
The date and time the example was updated.
Copyright © 2024 IBM Cloud. All rights reserved.