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.
23325 23326 23327 23328 23329 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 23325 class HyperParameterTuningJobConsumedResources < Struct.new( :runtime_in_seconds) SENSITIVE = [] include Aws::Structure end |