Class: Aws::CleanRoomsML::Types::StoppingCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::StoppingCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
The criteria used to stop model training.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_runtime_in_seconds ⇒ Integer
The maximum amount of time, in seconds, that model training can run before it is terminated.
Instance Attribute Details
#max_runtime_in_seconds ⇒ Integer
The maximum amount of time, in seconds, that model training can run before it is terminated.
4803 4804 4805 4806 4807 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4803 class StoppingCondition < Struct.new( :max_runtime_in_seconds) SENSITIVE = [] include Aws::Structure end |