ProjectDetails
public struct ProjectDetails : Codable, Equatable
Detailed information about the specified project.
-
The type of project. The
See morecontent_intelligencetype is a Document Retrieval for Contracts project and theothertype is a Custom project. Thecontent_miningandcontent_intelligencetypes 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_intelligencetype is a Document Retrieval for Contracts project and theothertype is a Custom project. Thecontent_miningandcontent_intelligencetypes 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? -
Default query parameters for this project.
Declaration
Swift
public var defaultQueryParameters: DefaultQueryParams?
View on GitHub
ProjectDetails Structure Reference