public class GetSimilarConceptsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetSimilarConceptsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
corpus()
Gets the corpus.
|
Long |
limit()
Gets the limit.
|
String |
nameOrId()
Gets the nameOrId.
|
GetSimilarConceptsOptions.Builder |
newBuilder()
New builder.
|
String |
ontology()
Gets the ontology.
|
List<String> |
returnOntologies()
Gets the returnOntologies.
|
public GetSimilarConceptsOptions.Builder newBuilder()
public String corpus()
public String nameOrId()
public List<String> returnOntologies()
public String ontology()
public Long limit()
Copyright © 2021 IBM Cloud. All rights reserved.