Uses of Class
overit.geocallapp.wfm.ai.rs.v1.RequestJobParams
Packages that use RequestJobParams
Package
Description
-
Uses of RequestJobParams in overit.geocallapp.wfm.ai.rs.v1
Methods in overit.geocallapp.wfm.ai.rs.v1 that return RequestJobParamsMethods in overit.geocallapp.wfm.ai.rs.v1 with parameters of type RequestJobParamsModifier and TypeMethodDescriptionprotected URIAIApi.buildUriForSpringClient(String pathApi, RequestJobParams params) Method that builds the URI for the Spring RestClient.protected StringAIApi.getEncodedUrl(String pathApi, RequestJobParams params) AIApi.getMultiParams(RequestJobParams params) abstract SagemakerJobStatusAIApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of RequestJobParams in overit.geocallapp.wfm.ai.rs.v1.chatbot
Methods in overit.geocallapp.wfm.ai.rs.v1.chatbot with parameters of type RequestJobParamsModifier and TypeMethodDescriptionAIChatbotApi.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 RequestJobParams in overit.geocallapp.wfm.ai.rs.v1.models
Methods in overit.geocallapp.wfm.ai.rs.v1.models with parameters of type RequestJobParamsModifier and TypeMethodDescriptionAIModelsApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of RequestJobParams in overit.geocallapp.wfm.ai.rs.v1.prediction
Methods in overit.geocallapp.wfm.ai.rs.v1.prediction with parameters of type RequestJobParamsModifier and TypeMethodDescriptionAIPredictionAPI.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 RequestJobParams in overit.geocallapp.wfm.ai.rs.v1.training
Methods in overit.geocallapp.wfm.ai.rs.v1.training with parameters of type RequestJobParamsModifier and TypeMethodDescriptionAITrainingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a training job.