Class: Aws::CleanRoomsML::Types::StoppingCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_runtime_in_secondsInteger

The maximum amount of time, in seconds, that model training can run before it is terminated.

Returns:

  • (Integer)


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