public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCollectionOptions.Builder
Builder.
|
Modifier and Type | Method and 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.
|
Boolean |
ocrEnabled()
Gets the ocrEnabled.
|
String |
projectId()
Gets the projectId.
|
public UpdateCollectionOptions.Builder newBuilder()
public String projectId()
The Universally Unique Identifier (UUID) of the project. This information can be found from the *Integrate and Deploy* page in Discovery.
public String collectionId()
The Universally Unique Identifier (UUID) of the collection.
public String name()
The new name of the collection.
public String description()
The new description of the collection.
public Boolean ocrEnabled()
If set to `true`, optical character recognition (OCR) is enabled. For more information, see [Optical character recognition](/docs/discovery-data?topic=discovery-data-collections#ocr).
public List<CollectionEnrichment> enrichments()
An array of enrichments that are applied to this collection.
Copyright © 2024 IBM Cloud. All rights reserved.