Class: Aws::Types::HyperParameterTrainingJobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTrainingJobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::HyperParameterAlgorithmSpecification
Returns the value of attribute algorithm_specification.
-
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
-
#definition_name ⇒ ::String
Returns the value of attribute definition_name.
-
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
-
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#hyper_parameter_ranges ⇒ Types::ParameterRanges
Returns the value of attribute hyper_parameter_ranges.
-
#hyper_parameter_tuning_resource_config ⇒ Types::HyperParameterTuningResourceConfig
Returns the value of attribute hyper_parameter_tuning_resource_config.
-
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#static_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute static_hyper_parameters.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#tuning_objective ⇒ Types::HyperParameterTuningJobObjective
Returns the value of attribute tuning_objective.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#algorithm_specification ⇒ Types::HyperParameterAlgorithmSpecification
Returns the value of attribute algorithm_specification.
6289 6290 6291 |
# File 'sig/types.rbs', line 6289 def algorithm_specification @algorithm_specification end |
#checkpoint_config ⇒ Types::CheckpointConfig
Returns the value of attribute checkpoint_config.
6300 6301 6302 |
# File 'sig/types.rbs', line 6300 def checkpoint_config @checkpoint_config end |
#definition_name ⇒ ::String
Returns the value of attribute definition_name.
6285 6286 6287 |
# File 'sig/types.rbs', line 6285 def definition_name @definition_name end |
#enable_inter_container_traffic_encryption ⇒ Boolean
Returns the value of attribute enable_inter_container_traffic_encryption.
6298 6299 6300 |
# File 'sig/types.rbs', line 6298 def enable_inter_container_traffic_encryption @enable_inter_container_traffic_encryption end |
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
6299 6300 6301 |
# File 'sig/types.rbs', line 6299 def enable_managed_spot_training @enable_managed_spot_training end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
6297 6298 6299 |
# File 'sig/types.rbs', line 6297 def enable_network_isolation @enable_network_isolation end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6302 6303 6304 |
# File 'sig/types.rbs', line 6302 def environment @environment end |
#hyper_parameter_ranges ⇒ Types::ParameterRanges
Returns the value of attribute hyper_parameter_ranges.
6287 6288 6289 |
# File 'sig/types.rbs', line 6287 def hyper_parameter_ranges @hyper_parameter_ranges end |
#hyper_parameter_tuning_resource_config ⇒ Types::HyperParameterTuningResourceConfig
Returns the value of attribute hyper_parameter_tuning_resource_config.
6295 6296 6297 |
# File 'sig/types.rbs', line 6295 def hyper_parameter_tuning_resource_config @hyper_parameter_tuning_resource_config end |
#input_data_config ⇒ ::Array[Types::Channel]
Returns the value of attribute input_data_config.
6291 6292 6293 |
# File 'sig/types.rbs', line 6291 def input_data_config @input_data_config end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
6293 6294 6295 |
# File 'sig/types.rbs', line 6293 def output_data_config @output_data_config end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
6294 6295 6296 |
# File 'sig/types.rbs', line 6294 def resource_config @resource_config end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
6301 6302 6303 |
# File 'sig/types.rbs', line 6301 def retry_strategy @retry_strategy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
6290 6291 6292 |
# File 'sig/types.rbs', line 6290 def role_arn @role_arn end |
#static_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute static_hyper_parameters.
6288 6289 6290 |
# File 'sig/types.rbs', line 6288 def static_hyper_parameters @static_hyper_parameters end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
6296 6297 6298 |
# File 'sig/types.rbs', line 6296 def stopping_condition @stopping_condition end |
#tuning_objective ⇒ Types::HyperParameterTuningJobObjective
Returns the value of attribute tuning_objective.
6286 6287 6288 |
# File 'sig/types.rbs', line 6286 def tuning_objective @tuning_objective end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
6292 6293 6294 |
# File 'sig/types.rbs', line 6292 def vpc_config @vpc_config end |