Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingStoppingCondition
-
Packages that use ProcessingStoppingCondition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingStoppingCondition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingStoppingCondition Modifier and Type Method Description ProcessingStoppingConditionCreateProcessingJobRequest. stoppingCondition()The time limit for how long the processing job is allowed to run.ProcessingStoppingConditionDescribeProcessingJobResponse. stoppingCondition()The time limit for how long the processing job is allowed to run.ProcessingStoppingConditionProcessingJob. stoppingCondition()Returns the value of the StoppingCondition property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingStoppingCondition Modifier and Type Method Description CreateProcessingJobRequest.BuilderCreateProcessingJobRequest.Builder. stoppingCondition(ProcessingStoppingCondition stoppingCondition)The time limit for how long the processing job is allowed to run.DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. stoppingCondition(ProcessingStoppingCondition stoppingCondition)The time limit for how long the processing job is allowed to run.ProcessingJob.BuilderProcessingJob.Builder. stoppingCondition(ProcessingStoppingCondition stoppingCondition)Sets the value of the StoppingCondition property for this object.
-