Package overit.geocallapp.wfm.ai.ux.test
Class BTTestClusterMappingTS
java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.ai.bl.processing.task.BTBasicAIProcess
overit.geocallapp.wfm.ai.bl.processing.task.BTBasicClusterMapping
overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTClusterMappingTeamSuggestion
overit.geocallapp.wfm.ai.ux.test.BTTestClusterMappingTS
- All Implemented Interfaces:
Serializable,Tool
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
FieldsFields inherited from class overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTClusterMappingTeamSuggestion
STARTXCOORD, STARTYCOORD, TEAMFields inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicClusterMapping
api, DATE_FIELD, lastConfigurationExecuted, oc, occurredException, SDF_DATE, WAITING_TIMEFields inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicAIProcess
algorithmName, asyncQueueMode, configurationParamsHistory, elaborationHistory, factory, filesToDelete, headers, instanceType, modelName, resourcesFolder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplements this method to write the specific task logic to handle the input parameter.protected voidbuildFileForDownload(File experienceCsv, File teamCsv, File resourcesCsv) protected voidelaborateTask(PoolKit pk) Methods inherited from class overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTClusterMappingTeamSuggestion
buildExperienceFile, buildResourceFile, buildTeamFile, getConfigurationParameters, getEventUpdateExperienceMethods inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicClusterMapping
buildDataAndUpdate, cleanUselessExperiences, evaluateException, getLastTrainingOrCMDate, getLogValidityDays, getMostRecentDate, getMostRecentDateFromConfigurations, prepareDataForClusterMapping, updateClusterMapping, updateExperienceMethods inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicAIProcess
buildHeaders, checkConfiguration, clearOldLogs, deleteFileS3, deleteTemporaryFiles, getAiConfiguration, getAwsUploadPath, getConfigurationParamsHistory, getElaborationHistory, getError, getJobName, getResourcesFolder, getTrainingType, isAsyncQueueMode, prepareDataForApi, setAiConfiguration, setAsyncQueueMode, setJobName, setResourcesFolder, setTrainingType, uploadFileS3, writeLogTableMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
wr
-
-
Constructor Details
-
BTTestClusterMappingTS
public BTTestClusterMappingTS()
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Overrides:
bodyin classBTBasicAIProcess- Parameters:
v- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
elaborateTask
- Overrides:
elaborateTaskin classBTBasicClusterMapping- Throws:
DAExceptionDAValidateException
-
buildFileForDownload
protected void buildFileForDownload(File experienceCsv, File teamCsv, File resourcesCsv) throws DAException - Throws:
DAException
-
getArchive
-