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.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def creation_time @creation_time end |
#hyper_parameter_tuning_end_time ⇒ ::Time
Returns the value of attribute hyper_parameter_tuning_end_time.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 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.
6431 6432 6433 |
# File 'sig/types.rbs', line 6431 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.
6430 6431 6432 |
# File 'sig/types.rbs', line 6430 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.
6432 6433 6434 |
# File 'sig/types.rbs', line 6432 def hyper_parameter_tuning_job_status @hyper_parameter_tuning_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6436 6437 6438 |
# File 'sig/types.rbs', line 6436 def last_modified_time @last_modified_time end |
#objective_status_counters ⇒ Types::ObjectiveStatusCounters
Returns the value of attribute objective_status_counters.
6438 6439 6440 |
# File 'sig/types.rbs', line 6438 def objective_status_counters @objective_status_counters end |
#resource_limits ⇒ Types::ResourceLimits
Returns the value of attribute resource_limits.
6439 6440 6441 |
# File 'sig/types.rbs', line 6439 def resource_limits @resource_limits end |
#strategy ⇒ "Bayesian", ...
Returns the value of attribute strategy.
6433 6434 6435 |
# File 'sig/types.rbs', line 6433 def strategy @strategy end |
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
6437 6438 6439 |
# File 'sig/types.rbs', line 6437 def training_job_status_counters @training_job_status_counters end |