| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TopicNamedEntity |
TopicNamedEntity.clone() |
TopicNamedEntity |
TopicNamedEntity.withDefinition(Collection<NamedEntityDefinition> definition)
The definition of a named entity.
|
TopicNamedEntity |
TopicNamedEntity.withDefinition(NamedEntityDefinition... definition)
The definition of a named entity.
|
TopicNamedEntity |
TopicNamedEntity.withEntityDescription(String entityDescription)
The description of the named entity.
|
TopicNamedEntity |
TopicNamedEntity.withEntityName(String entityName)
The name of the named entity.
|
TopicNamedEntity |
TopicNamedEntity.withEntitySynonyms(Collection<String> entitySynonyms)
The other names or aliases for the named entity.
|
TopicNamedEntity |
TopicNamedEntity.withEntitySynonyms(String... entitySynonyms)
The other names or aliases for the named entity.
|
TopicNamedEntity |
TopicNamedEntity.withSemanticEntityType(SemanticEntityType semanticEntityType)
The type of named entity that a topic represents.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopicNamedEntity> |
DatasetMetadata.getNamedEntities()
The list of named entities definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
DatasetMetadata.withNamedEntities(TopicNamedEntity... namedEntities)
The list of named entities definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetMetadata.setNamedEntities(Collection<TopicNamedEntity> namedEntities)
The list of named entities definitions.
|
DatasetMetadata |
DatasetMetadata.withNamedEntities(Collection<TopicNamedEntity> namedEntities)
The list of named entities definitions.
|
Copyright © 2024. All rights reserved.