Class: Aws::Types::HyperParameterTrainingJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTrainingJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#final_hyper_parameter_tuning_job_objective_metric ⇒ Types::FinalHyperParameterTuningJobObjectiveMetric
Returns the value of attribute final_hyper_parameter_tuning_job_objective_metric.
-
#objective_status ⇒ "Succeeded", ...
Returns the value of attribute objective_status.
-
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
-
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
-
#training_job_definition_name ⇒ ::String
Returns the value of attribute training_job_definition_name.
-
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
-
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
-
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
-
#tuned_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute tuned_hyper_parameters.
-
#tuning_job_name ⇒ ::String
Returns the value of attribute tuning_job_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6311 6312 6313 |
# File 'sig/types.rbs', line 6311 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6316 6317 6318 |
# File 'sig/types.rbs', line 6316 def failure_reason @failure_reason end |
#final_hyper_parameter_tuning_job_objective_metric ⇒ Types::FinalHyperParameterTuningJobObjectiveMetric
Returns the value of attribute final_hyper_parameter_tuning_job_objective_metric.
6317 6318 6319 |
# File 'sig/types.rbs', line 6317 def final_hyper_parameter_tuning_job_objective_metric @final_hyper_parameter_tuning_job_objective_metric end |
#objective_status ⇒ "Succeeded", ...
Returns the value of attribute objective_status.
6318 6319 6320 |
# File 'sig/types.rbs', line 6318 def objective_status @objective_status end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
6313 6314 6315 |
# File 'sig/types.rbs', line 6313 def training_end_time @training_end_time end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
6309 6310 6311 |
# File 'sig/types.rbs', line 6309 def training_job_arn @training_job_arn end |
#training_job_definition_name ⇒ ::String
Returns the value of attribute training_job_definition_name.
6307 6308 6309 |
# File 'sig/types.rbs', line 6307 def training_job_definition_name @training_job_definition_name end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
6308 6309 6310 |
# File 'sig/types.rbs', line 6308 def training_job_name @training_job_name end |
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
6314 6315 6316 |
# File 'sig/types.rbs', line 6314 def training_job_status @training_job_status end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
6312 6313 6314 |
# File 'sig/types.rbs', line 6312 def training_start_time @training_start_time end |
#tuned_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute tuned_hyper_parameters.
6315 6316 6317 |
# File 'sig/types.rbs', line 6315 def tuned_hyper_parameters @tuned_hyper_parameters end |
#tuning_job_name ⇒ ::String
Returns the value of attribute tuning_job_name.
6310 6311 6312 |
# File 'sig/types.rbs', line 6310 def tuning_job_name @tuning_job_name end |