public class ProjectDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ProjectDetails.Type
The project type of this project.
|
Constructor and Description |
---|
ProjectDetails() |
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 project type of this project.
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 © 2021 IBM Cloud. All rights reserved.