Class: Aws::Types::HyperParameterTuningJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#hyper_parameter_tuning_end_time ⇒ ::Time
Returns the value of attribute hyper_parameter_tuning_end_time.
-
#hyper_parameter_tuning_job_arn ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_arn.
-
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
-
#hyper_parameter_tuning_job_status ⇒ "Completed", ...
Returns the value of attribute hyper_parameter_tuning_job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#objective_status_counters ⇒ Types::ObjectiveStatusCounters
Returns the value of attribute objective_status_counters.
-
#resource_limits ⇒ Types::ResourceLimits
Returns the value of attribute resource_limits.
-
#strategy ⇒ "Bayesian", ...
Returns the value of attribute strategy.
-
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6390 6391 6392 |
# File 'sig/types.rbs', line 6390 def creation_time @creation_time end |
#hyper_parameter_tuning_end_time ⇒ ::Time
Returns the value of attribute hyper_parameter_tuning_end_time.
6391 6392 6393 |
# File 'sig/types.rbs', line 6391 def hyper_parameter_tuning_end_time @hyper_parameter_tuning_end_time end |
#hyper_parameter_tuning_job_arn ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_arn.
6387 6388 6389 |
# File 'sig/types.rbs', line 6387 def hyper_parameter_tuning_job_arn @hyper_parameter_tuning_job_arn end |
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
6386 6387 6388 |
# File 'sig/types.rbs', line 6386 def hyper_parameter_tuning_job_name @hyper_parameter_tuning_job_name end |
#hyper_parameter_tuning_job_status ⇒ "Completed", ...
Returns the value of attribute hyper_parameter_tuning_job_status.
6388 6389 6390 |
# File 'sig/types.rbs', line 6388 def hyper_parameter_tuning_job_status @hyper_parameter_tuning_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6392 6393 6394 |
# File 'sig/types.rbs', line 6392 def last_modified_time @last_modified_time end |
#objective_status_counters ⇒ Types::ObjectiveStatusCounters
Returns the value of attribute objective_status_counters.
6394 6395 6396 |
# File 'sig/types.rbs', line 6394 def objective_status_counters @objective_status_counters end |
#resource_limits ⇒ Types::ResourceLimits
Returns the value of attribute resource_limits.
6395 6396 6397 |
# File 'sig/types.rbs', line 6395 def resource_limits @resource_limits end |
#strategy ⇒ "Bayesian", ...
Returns the value of attribute strategy.
6389 6390 6391 |
# File 'sig/types.rbs', line 6389 def strategy @strategy end |
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
6393 6394 6395 |
# File 'sig/types.rbs', line 6393 def training_job_status_counters @training_job_status_counters end |