/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The total resources consumed by your hyperparameter tuning job.See
* Also:
AWS
* API Reference
The wall clock runtime in seconds used by your hyperparameter tuning job.
*/ inline int GetRuntimeInSeconds() const{ return m_runtimeInSeconds; } /** *The wall clock runtime in seconds used by your hyperparameter tuning job.
*/ inline bool RuntimeInSecondsHasBeenSet() const { return m_runtimeInSecondsHasBeenSet; } /** *The wall clock runtime in seconds used by your hyperparameter tuning job.
*/ inline void SetRuntimeInSeconds(int value) { m_runtimeInSecondsHasBeenSet = true; m_runtimeInSeconds = value; } /** *The wall clock runtime in seconds used by your hyperparameter tuning job.
*/ inline HyperParameterTuningJobConsumedResources& WithRuntimeInSeconds(int value) { SetRuntimeInSeconds(value); return *this;} private: int m_runtimeInSeconds; bool m_runtimeInSecondsHasBeenSet = false; }; } // namespace Model } // namespace SageMaker } // namespace Aws