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 interfaceCollection.StatusThe status of the collection. -
Constructor Summary
Constructors Constructor Description Collection() -
Method Summary
Modifier and Type Method Description StringgetCollectionId()Gets the collectionId.StringgetConfigurationId()Gets the configurationId.CollectionCrawlStatusgetCrawlStatus()Gets the crawlStatus.DategetCreated()Gets the created.StringgetDescription()Gets the description.CollectionDiskUsagegetDiskUsage()Gets the diskUsage.DocumentCountsgetDocumentCounts()Gets the documentCounts.StringgetLanguage()Gets the language.StringgetName()Gets the name.SduStatusgetSmartDocumentUnderstanding()Gets the smartDocumentUnderstanding.StringgetStatus()Gets the status.TrainingStatusgetTrainingStatus()Gets the trainingStatus.DategetUpdated()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
-