Uses of Class
overit.geocallapp.wfm.ai.rs.v1.training.SagemakerJobStatus
Packages that use SagemakerJobStatus
Package
Description
-
Uses of SagemakerJobStatus in overit.geocallapp.wfm.ai.rs.v1
Methods in overit.geocallapp.wfm.ai.rs.v1 that return SagemakerJobStatusModifier and TypeMethodDescriptionabstract SagemakerJobStatusAIApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Methods in overit.geocallapp.wfm.ai.rs.v1 that return types with arguments of type SagemakerJobStatusModifier and TypeMethodDescriptionabstract List<SagemakerJobStatus> AIApi.getJobs(AWSRequestHeaders headers) -
Uses of SagemakerJobStatus in overit.geocallapp.wfm.ai.rs.v1.chatbot
Methods in overit.geocallapp.wfm.ai.rs.v1.chatbot that return SagemakerJobStatusModifier and TypeMethodDescriptionAIChatbotApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Deprecated, for removal: This API element is subject to removal in a future version.Methods in overit.geocallapp.wfm.ai.rs.v1.chatbot that return types with arguments of type SagemakerJobStatusModifier and TypeMethodDescriptionAIChatbotApi.getJobs(AWSRequestHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SagemakerJobStatus in overit.geocallapp.wfm.ai.rs.v1.models
Methods in overit.geocallapp.wfm.ai.rs.v1.models that return SagemakerJobStatusModifier and TypeMethodDescriptionAIModelsApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Methods in overit.geocallapp.wfm.ai.rs.v1.models that return types with arguments of type SagemakerJobStatus -
Uses of SagemakerJobStatus in overit.geocallapp.wfm.ai.rs.v1.prediction
Methods in overit.geocallapp.wfm.ai.rs.v1.prediction that return SagemakerJobStatusModifier 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.Methods in overit.geocallapp.wfm.ai.rs.v1.prediction that return types with arguments of type SagemakerJobStatusModifier and TypeMethodDescriptionAIPredictionAPI.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. -
Uses of SagemakerJobStatus in overit.geocallapp.wfm.ai.rs.v1.training
Methods in overit.geocallapp.wfm.ai.rs.v1.training that return SagemakerJobStatusModifier and TypeMethodDescriptionAITrainingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a training job.Methods in overit.geocallapp.wfm.ai.rs.v1.training that return types with arguments of type SagemakerJobStatusModifier and TypeMethodDescriptionAITrainingApi.getJobs(AWSRequestHeaders headers) Method that gets all the training jobs for a client.