ProjectListDetails
public struct ProjectListDetails : Codable, Equatable
Details about a specific project.
-
The type of project. The
See morecontent_intelligence
type is a Document Retrieval for Contracts project and theother
type is a Custom project. Thecontent_mining
andcontent_intelligence
types are available with Premium plan managed deployments and installed deployments only.Declaration
Swift
public enum TypeEnum : String
-
The unique identifier of this project.
Declaration
Swift
public var projectID: String?
-
The human readable name of this project.
Declaration
Swift
public var name: String?
-
The type of project. The
content_intelligence
type is a Document Retrieval for Contracts project and theother
type is a Custom project. Thecontent_mining
andcontent_intelligence
types are available with Premium plan managed deployments and installed deployments only.Declaration
Swift
public var type: String?
-
Relevancy training status information for this project.
Declaration
Swift
public var relevancyTrainingStatus: ProjectListDetailsRelevancyTrainingStatus?
-
The number of collections configured in this project.
Declaration
Swift
public var collectionCount: Int?