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)


20779
20780
20781
20782
20783
# File 'lib/aws-sdk-sagemaker/types.rb', line 20779

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