Class: Aws::SageMaker::Types::HyperParameterTuningJobConsumedResources

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The total resources consumed by your hyperparameter tuning job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#runtime_in_secondsInteger

The wall clock runtime in seconds used by your hyperparameter tuning job.

Returns:

  • (Integer)


22033
22034
22035
22036
22037
# File 'lib/aws-sdk-sagemaker/types.rb', line 22033

class HyperParameterTuningJobConsumedResources < Struct.new(
  :runtime_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end