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 |
---|---|
java.lang.String |
corpus()
Gets the corpus.
|
java.lang.Long |
limit()
Gets the limit.
|
java.lang.String |
nameOrId()
Gets the nameOrId.
|
GetSimilarConceptsOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
ontology()
Gets the ontology.
|
java.util.List<java.lang.String> |
returnOntologies()
Gets the returnOntologies.
|
public GetSimilarConceptsOptions.Builder newBuilder()
public java.lang.String corpus()
public java.lang.String nameOrId()
public java.util.List<java.lang.String> returnOntologies()
public java.lang.String ontology()
public java.lang.Long limit()
Copyright © 2022 IBM Cloud. All rights reserved.