Class: Aws::SageMaker::Types::HyperParameterTuningJobConsumedResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HyperParameterTuningJobConsumedResources
- 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
-
#runtime_in_seconds ⇒ Integer
The wall clock runtime in seconds used by your hyperparameter tuning job.
Instance Attribute Details
#runtime_in_seconds ⇒ Integer
The wall clock runtime in seconds used by your hyperparameter tuning job.
23248 23249 23250 23251 23252 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23248 class HyperParameterTuningJobConsumedResources < Struct.new( :runtime_in_seconds) SENSITIVE = [] include Aws::Structure end |