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 interface
ProjectDetails.Type
The project type of this project. -
Constructor Summary
Constructors Constructor Description ProjectDetails()
-
Method Summary
Modifier and Type Method Description Long
getCollectionCount()
Gets the collectionCount.DefaultQueryParams
getDefaultQueryParameters()
Gets the defaultQueryParameters.String
getName()
Gets the name.String
getProjectId()
Gets the projectId.ProjectListDetailsRelevancyTrainingStatus
getRelevancyTrainingStatus()
Gets the relevancyTrainingStatus.String
getType()
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 project type of this project.
- 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
-