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.
6355 6356 6357 |
# File 'sig/types.rbs', line 6355 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6360 6361 6362 |
# File 'sig/types.rbs', line 6360 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.
6361 6362 6363 |
# File 'sig/types.rbs', line 6361 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.
6362 6363 6364 |
# File 'sig/types.rbs', line 6362 def objective_status @objective_status end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
6357 6358 6359 |
# File 'sig/types.rbs', line 6357 def training_end_time @training_end_time end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
6353 6354 6355 |
# File 'sig/types.rbs', line 6353 def training_job_arn @training_job_arn end |
#training_job_definition_name ⇒ ::String
Returns the value of attribute training_job_definition_name.
6351 6352 6353 |
# File 'sig/types.rbs', line 6351 def training_job_definition_name @training_job_definition_name end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
6352 6353 6354 |
# File 'sig/types.rbs', line 6352 def training_job_name @training_job_name end |
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
6358 6359 6360 |
# File 'sig/types.rbs', line 6358 def training_job_status @training_job_status end |
#training_start_time ⇒ ::Time
Returns the value of attribute training_start_time.
6356 6357 6358 |
# File 'sig/types.rbs', line 6356 def training_start_time @training_start_time end |
#tuned_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute tuned_hyper_parameters.
6359 6360 6361 |
# File 'sig/types.rbs', line 6359 def tuned_hyper_parameters @tuned_hyper_parameters end |
#tuning_job_name ⇒ ::String
Returns the value of attribute tuning_job_name.
6354 6355 6356 |
# File 'sig/types.rbs', line 6354 def tuning_job_name @tuning_job_name end |