ProjectListDetailsRelevancyTrainingStatus
public struct ProjectListDetailsRelevancyTrainingStatus : Codable, Equatable
Relevancy training status information for this project.
-
When the training data was updated.
Declaration
Swift
public var dataUpdated: String?
-
The total number of examples.
Declaration
Swift
public var totalExamples: Int?
-
When
true
, sufficient label diversity is present to allow training for this project.Declaration
Swift
public var sufficientLabelDiversity: Bool?
-
When
true
, the relevancy training is in processing.Declaration
Swift
public var processing: Bool?
-
When
true
, the minimum number of examples required to train has been met.Declaration
Swift
public var minimumExamplesAdded: Bool?
-
The time that the most recent successful training occurred.
Declaration
Swift
public var successfullyTrained: String?
-
When
true
, relevancy training is available when querying collections in the project.Declaration
Swift
public var available: Bool?
-
The number of notices generated during the relevancy training.
Declaration
Swift
public var notices: Int?
-
When
true
, the minimum number of queries required to train has been met.Declaration
Swift
public var minimumQueriesAdded: Bool?