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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


21946
21947
21948
21949
21950
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21946

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