Uses of Class
overit.geocallapp.wfm.ai.rs.v1.AWSRequestHeaders
Packages that use AWSRequestHeaders
Package
Description
-
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.bl.chatbot
Methods in overit.geocallapp.wfm.ai.bl.chatbot that return AWSRequestHeadersModifier and TypeMethodDescriptionprotected AWSRequestHeadersChatbot.buildHeaders(org.json.JSONObject requestAttributes) Deprecated, for removal: This API element is subject to removal in a future version.Method that builds all the headers for AI Api calls. -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.bl.processing.task
Fields in overit.geocallapp.wfm.ai.bl.processing.task declared as AWSRequestHeaders -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.rs.v1
Methods in overit.geocallapp.wfm.ai.rs.v1 that return AWSRequestHeadersMethods in overit.geocallapp.wfm.ai.rs.v1 with parameters of type AWSRequestHeadersModifier and TypeMethodDescriptionabstract voidAIApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) abstract ObjectAIApi.getJob(AWSRequestHeaders headers, String predictionJobId) abstract List<SagemakerJobStatus> AIApi.getJobs(AWSRequestHeaders headers) AIApi.getMultiHeaders(AWSRequestHeaders headers) AIApi.manageFileResult(AWSRequestHeaders headers, String fileToDownload) abstract SagemakerJobStatusAIApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.rs.v1.chatbot
Methods in overit.geocallapp.wfm.ai.rs.v1.chatbot with parameters of type AWSRequestHeadersModifier and TypeMethodDescriptionvoidAIChatbotApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.getJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.getJobs(AWSRequestHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.postMessageVirtualAssistant(AWSRequestHeaders headers, RequestJobParams queryParams, String body, String id) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.postUserFeedback(AWSRequestHeaders headers, RequestJobParams queryParams) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.rs.v1.models
Methods in overit.geocallapp.wfm.ai.rs.v1.models with parameters of type AWSRequestHeadersModifier and TypeMethodDescriptionvoidAIModelsApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) AIModelsApi.getJob(AWSRequestHeaders headers, String predictionJobId) AIModelsApi.getJobs(AWSRequestHeaders headers) AIModelsApi.getModel(AWSRequestHeaders headers, String algorithm, String name, String version) AIModelsApi.promoteModel(AWSRequestHeaders headers, String algorithm, String name, String version) AIModelsApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.rs.v1.prediction
Methods in overit.geocallapp.wfm.ai.rs.v1.prediction with parameters of type AWSRequestHeadersModifier and TypeMethodDescriptionvoidAIPredictionAPI.deleteJob(AWSRequestHeaders headers, String predictionJobId) Method that delete a prediction execution.voidAIProcessingApi.deleteJob(AWSRequestHeaders headers, String processingJobId) Method that delete a cluster mapping execution.AIPredictionAPI.getJob(AWSRequestHeaders headers, String predictionJobId) Method that get the result of a prediction job id.AIProcessingApi.getJob(AWSRequestHeaders headers, String processingJobId) Method that get the result of a cluster mapping job id.AIPredictionAPI.getJobs(AWSRequestHeaders headers) Method that gets all the prediction jobs ran in SageMaker given a set of headers composed by: customerId, userId, environment, appName, appVersionAIProcessingApi.getJobs(AWSRequestHeaders headers) Method that gets all the cluster mapping jobs for a client.AIPredictionAPI.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a prediction job.AIProcessingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a cluster mapping job.AIPredictionAPI.startPredictionJobSync(AWSRequestHeaders headers, RequestJobParams params, String body) Method that starts a prediction job. -
Uses of AWSRequestHeaders in overit.geocallapp.wfm.ai.rs.v1.training
Methods in overit.geocallapp.wfm.ai.rs.v1.training with parameters of type AWSRequestHeadersModifier and TypeMethodDescriptionvoidAITrainingApi.deleteJob(AWSRequestHeaders headers, String trainingJobId) Method that delete a training execution.AITrainingApi.getJob(AWSRequestHeaders headers, String trainingJobId) Method that get the result of a training job id.AITrainingApi.getJobs(AWSRequestHeaders headers) Method that gets all the training jobs for a client.AITrainingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a training job.