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
show all
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

Instance Attribute Details

#max_runtime_in_secondsInteger

Specifies the maximum runtime in seconds.

Returns:

  • (Integer)

    Specifies the maximum runtime in seconds.