Package | Description |
---|---|
com.ibm.watson.discovery.v2.model |
Modifier and Type | Method and Description |
---|---|
CollectionEnrichment |
CollectionEnrichment.Builder.build()
Builds a CollectionEnrichment.
|
Modifier and Type | Method and Description |
---|---|
List<CollectionEnrichment> |
CollectionDetails.enrichments()
Gets the enrichments.
|
List<CollectionEnrichment> |
UpdateCollectionOptions.enrichments()
Gets the enrichments.
|
List<CollectionEnrichment> |
CreateCollectionOptions.enrichments()
Gets the enrichments.
|
Modifier and Type | Method and Description |
---|---|
CollectionDetails.Builder |
CollectionDetails.Builder.addEnrichments(CollectionEnrichment enrichments)
Adds a new element to enrichments.
|
UpdateCollectionOptions.Builder |
UpdateCollectionOptions.Builder.addEnrichments(CollectionEnrichment enrichments)
Adds a new element to enrichments.
|
CreateCollectionOptions.Builder |
CreateCollectionOptions.Builder.addEnrichments(CollectionEnrichment enrichments)
Adds a new element to enrichments.
|
Modifier and Type | Method and Description |
---|---|
CollectionDetails.Builder |
CollectionDetails.Builder.enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.
|
UpdateCollectionOptions.Builder |
UpdateCollectionOptions.Builder.enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.
|
CreateCollectionOptions.Builder |
CreateCollectionOptions.Builder.enrichments(List<CollectionEnrichment> enrichments)
Set the enrichments.
|
Copyright © 2024 IBM Cloud. All rights reserved.