Uses of Class
org.tribuo.interop.modelcard.UsageDetailsBuilder
Package
Description
ModelCard feature to allow more transparent model reporting.
-
Uses of UsageDetailsBuilder in org.tribuo.interop.modelcard
Modifier and TypeMethodDescriptionUsageDetailsBuilder.considerations
(List<String> considerations) Sets the considerations of the model for which an instance of UsageDetails will be built.Sets the relevant factors of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.intendedUse
(String intendedUse) Sets the intended use of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.intendedUsers
(String intendedUsers) Sets the intended users of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.modelCitation
(String modelCitation) Sets the model citation of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.modelLicense
(String modelLicense) Sets the model license of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.outOfScopeUses
(List<String> uses) Sets the out-of-scope uses of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.preProcessingSteps
(List<String> steps) Sets the pre-processing steps of the model for which an instance of UsageDetails will be built.UsageDetailsBuilder.primaryContact
(String primaryContact) Sets the primary contact person of the model for which an instance of UsageDetails will be built.Sets the relevant resources of the model for which an instance of UsageDetails will be built.