Class Collection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Collection.Status
The status of the collection. -
Constructor Summary
Constructors Constructor Description Collection()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getCollectionId
Gets the collectionId.The unique identifier of the collection.
- Returns:
- the collectionId
-
getName
Gets the name.The name of the collection.
- Returns:
- the name
-
getDescription
Gets the description.The description of the collection.
- Returns:
- the description
-
getCreated
Gets the created.The creation date of the collection in the format yyyy-MM-dd'T'HH:mmcon:ss.SSS'Z'.
- Returns:
- the created
-
getUpdated
Gets the updated.The timestamp of when the collection was last updated in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
- Returns:
- the updated
-
getStatus
Gets the status.The status of the collection.
- Returns:
- the status
-
getConfigurationId
Gets the configurationId.The unique identifier of the collection's configuration.
- Returns:
- the configurationId
-
getLanguage
Gets the language.The language of the documents stored in the collection. Permitted values include `en` (English), `de` (German), and `es` (Spanish).
- Returns:
- the language
-
getDocumentCounts
Gets the documentCounts.Object containing collection document count information.
- Returns:
- the documentCounts
-
getDiskUsage
Gets the diskUsage.Summary of the disk usage statistics for this collection.
- Returns:
- the diskUsage
-
getTrainingStatus
Gets the trainingStatus.Training status details.
- Returns:
- the trainingStatus
-
getCrawlStatus
Gets the crawlStatus.Object containing information about the crawl status of this collection.
- Returns:
- the crawlStatus
-
getSmartDocumentUnderstanding
Gets the smartDocumentUnderstanding.Object containing smart document understanding information for this collection.
- Returns:
- the smartDocumentUnderstanding
-