public class ProjectListDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ProjectListDetails.Type
The type of project.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCollectionCount()
Gets the collectionCount.
|
String |
getName()
Gets the name.
|
String |
getProjectId()
Gets the projectId.
|
ProjectListDetailsRelevancyTrainingStatus |
getRelevancyTrainingStatus()
Gets the relevancyTrainingStatus.
|
String |
getType()
Gets the type.
|
public String getProjectId()
The Universally Unique Identifier (UUID) of this project.
public String getName()
The human readable name of this project.
public String getType()
The type of project.
The `content_intelligence` type is a *Document Retrieval for Contracts* project and the `other` type is a *Custom* project.
The `content_mining` and `content_intelligence` types are available with Premium plan managed deployments and installed deployments only.
The Intelligent Document Processing (IDP) project type is available from IBM Cloud-managed instances only.
public ProjectListDetailsRelevancyTrainingStatus getRelevancyTrainingStatus()
Relevancy training status information for this project.
public Long getCollectionCount()
The number of collections configured in this project.
Copyright © 2024 IBM Cloud. All rights reserved.