Class ProjectDetails
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ProjectDetails
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProjectDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Detailed information about the specified project.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectDetails.TypeThe type of project. -
Constructor Summary
Constructors Constructor Description ProjectDetails() -
Method Summary
Modifier and Type Method Description LonggetCollectionCount()Gets the collectionCount.DefaultQueryParamsgetDefaultQueryParameters()Gets the defaultQueryParameters.StringgetName()Gets the name.StringgetProjectId()Gets the projectId.ProjectListDetailsRelevancyTrainingStatusgetRelevancyTrainingStatus()Gets the relevancyTrainingStatus.StringgetType()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ProjectDetails
public ProjectDetails()
-
-
Method Details
-
getProjectId
Gets the projectId.The unique identifier of this project.
- Returns:
- the projectId
-
getName
Gets the name.The human readable name of this project.
- Returns:
- the name
-
getType
Gets the type.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.
- Returns:
- the type
-
getRelevancyTrainingStatus
Gets the relevancyTrainingStatus.Relevancy training status information for this project.
- Returns:
- the relevancyTrainingStatus
-
getCollectionCount
Gets the collectionCount.The number of collections configured in this project.
- Returns:
- the collectionCount
-
getDefaultQueryParameters
Gets the defaultQueryParameters.Default query parameters for this project.
- Returns:
- the defaultQueryParameters
-