You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ProcessingStoppingCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingStoppingCondition
- Defined in:
- (unknown)
Overview
Note:
When passing ProcessingStoppingCondition as input to an Aws::Client method, you can use a vanilla Hash:
{
max_runtime_in_seconds: 1, # required
}
Specifies a time limit for how long the processing job is allowed to run.
Returned by:
Instance Attribute Summary collapse
-
#max_runtime_in_seconds ⇒ Integer
Specifies the maximum runtime in seconds.
Instance Attribute Details
#max_runtime_in_seconds ⇒ Integer
Specifies the maximum runtime in seconds.