Class UpdateCollectionOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.UpdateCollectionOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateCollection options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateCollectionOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.String
description()
Gets the description.List<CollectionEnrichment>
enrichments()
Gets the enrichments.String
name()
Gets the name.UpdateCollectionOptions.Builder
newBuilder()
New builder.String
projectId()
Gets the projectId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateCollectionOptions builder
-
projectId
Gets the projectId.The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
- Returns:
- the projectId
-
collectionId
Gets the collectionId.The ID of the collection.
- Returns:
- the collectionId
-
name
Gets the name.The name of the collection.
- Returns:
- the name
-
description
Gets the description.A description of the collection.
- Returns:
- the description
-
enrichments
Gets the enrichments.An array of enrichments that are applied to this collection.
- Returns:
- the enrichments
-