public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Collection.Status
The status of the collection.
|
Modifier and Type | Method and Description |
---|---|
String |
getCollectionId()
Gets the collectionId.
|
String |
getConfigurationId()
Gets the configurationId.
|
CollectionCrawlStatus |
getCrawlStatus()
Gets the crawlStatus.
|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
CollectionDiskUsage |
getDiskUsage()
Gets the diskUsage.
|
DocumentCounts |
getDocumentCounts()
Gets the documentCounts.
|
String |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
SduStatus |
getSmartDocumentUnderstanding()
Gets the smartDocumentUnderstanding.
|
String |
getStatus()
Gets the status.
|
TrainingStatus |
getTrainingStatus()
Gets the trainingStatus.
|
Date |
getUpdated()
Gets the updated.
|
public String getCollectionId()
The unique identifier of the collection.
public String getName()
The name of the collection.
public String getDescription()
The description of the collection.
public Date getCreated()
The creation date of the collection in the format yyyy-MM-dd'T'HH:mmcon:ss.SSS'Z'.
public Date getUpdated()
The timestamp of when the collection was last updated in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
public String getStatus()
The status of the collection.
public String getConfigurationId()
The unique identifier of the collection's configuration.
public String getLanguage()
The language of the documents stored in the collection. Permitted values include `en` (English), `de` (German), and `es` (Spanish).
public DocumentCounts getDocumentCounts()
Object containing collection document count information.
public CollectionDiskUsage getDiskUsage()
Summary of the disk usage statistics for this collection.
public TrainingStatus getTrainingStatus()
Training status details.
public CollectionCrawlStatus getCrawlStatus()
Object containing information about the crawl status of this collection.
public SduStatus getSmartDocumentUnderstanding()
Object containing smart document understanding information for this collection.
Copyright © 2023 IBM Cloud. All rights reserved.