public class ProjectDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ProjectDetails.Type
The type of project.
|
Modifier and Type | Method and 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.
|
public String getProjectId()
The unique identifier 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.
public ProjectListDetailsRelevancyTrainingStatus getRelevancyTrainingStatus()
Relevancy training status information for this project.
public Long getCollectionCount()
The number of collections configured in this project.
public DefaultQueryParams getDefaultQueryParameters()
Default query parameters for this project.
Copyright © 2023 IBM Cloud. All rights reserved.