Package overit.geocallapp.wfm.ai.ux.test
Class BTTestClusterMappingAA
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.agendaaffinity.task.BTClusterMappingAgendaAffinity
overit.geocallapp.wfm.ai.ux.test.BTTestClusterMappingAA
- All Implemented Interfaces:
Serializable,Tool
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final LogChannelprotected Stringprotected WebResourceFields inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicClusterMapping
api, DATE_FIELD, lastConfigurationExecuted, 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 voidelaborateTask(PoolKit pk) Methods inherited from class overit.geocallapp.wfm.ai.bl.agendaaffinity.task.BTClusterMappingAgendaAffinity
buildExperienceFile, buildResourceFile, buildTeamFile, 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
-
oc
-
LOG
-
-
Constructor Details
-
BTTestClusterMappingAA
public BTTestClusterMappingAA()
-
-
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
-
getArchive
-