Package overit.geocallapp.wfm.ai.ux.test
Class BTTestTrainingAA
java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.ai.bl.processing.task.BTBasicAIProcess
overit.geocallapp.wfm.ai.bl.processing.task.BTBasicTraining
overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTTrainingTeamSuggestion
overit.geocallapp.wfm.ai.bl.agendaaffinity.task.BTTrainingAgendaAffinity
overit.geocallapp.wfm.ai.ux.test.BTTestTrainingAA
- All Implemented Interfaces:
Serializable,Tool
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
FieldsFields inherited from class overit.geocallapp.wfm.ai.bl.agendaaffinity.task.BTTrainingAgendaAffinity
AGENDA_LENGTH_MULTIPLIER, LOGFields inherited from class overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTTrainingTeamSuggestion
ocFields inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicTraining
api, MAX_WAITING_TIME, modelClob, reportClob, reportFolder, sdf, 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 FilebuildFileToTransfer(PoolKit poolKit) protected voidelaborateTask(PoolKit pk) Methods inherited from class overit.geocallapp.wfm.ai.bl.agendaaffinity.task.BTTrainingAgendaAffinity
buildExperienceCsv, buildResourcesCsv, buildTeamsCsv, buildWorkOrdersCsv, getColumnTypes, getPathFromAgorithm, getWorkOrders, updateExperienceMethods inherited from class overit.geocallapp.wfm.ai.bl.teamsuggestion.task.BTTrainingTeamSuggestion
cleanUselessExperiences, resetExperiencesTableMethods inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicTraining
checkConfiguration, getAwsUploadPath, getLogValidityDays, getMatchingFilePath, getReports, instantiateModelsApi, manageTrainingResults, promoteModelMethods inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTBasicAIProcess
buildHeaders, clearOldLogs, deleteFileS3, deleteTemporaryFiles, getAiConfiguration, 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
-
BTTestTrainingAA
public BTTestTrainingAA()
-
-
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 classBTBasicTraining- Throws:
DAExceptionDAValidateException
-
getArchive
-
buildFileToTransfer
- Overrides:
buildFileToTransferin classBTTrainingAgendaAffinity- Throws:
DAExceptionDAValidateException
-