Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.StoppingConditionProperty
Packages that use CfnProcessingJob.StoppingConditionProperty
-
Uses of CfnProcessingJob.StoppingConditionProperty in software.amazon.awscdk.services.sagemaker
Classes in software.amazon.awscdk.services.sagemaker that implement CfnProcessingJob.StoppingConditionPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnProcessingJob.StoppingConditionProperty
Methods in software.amazon.awscdk.services.sagemaker that return CfnProcessingJob.StoppingConditionPropertyModifier and TypeMethodDescriptionCfnProcessingJob.StoppingConditionProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker with parameters of type CfnProcessingJob.StoppingConditionPropertyModifier and TypeMethodDescriptionvoid
CfnProcessingJob.setStoppingCondition
(CfnProcessingJob.StoppingConditionProperty value) Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.CfnProcessingJob.Builder.stoppingCondition
(CfnProcessingJob.StoppingConditionProperty stoppingCondition) Configures conditions under which the processing job should be stopped, such as how long the processing job has been running.CfnProcessingJobProps.Builder.stoppingCondition
(CfnProcessingJob.StoppingConditionProperty stoppingCondition) Sets the value ofCfnProcessingJobProps.getStoppingCondition()