Class: Aws::Types::DescribeHyperParameterTuningJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHyperParameterTuningJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autotune ⇒ Types::Autotune
Returns the value of attribute autotune.
-
#best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute best_training_job.
-
#consumed_resources ⇒ Types::HyperParameterTuningJobConsumedResources
Returns the value of attribute consumed_resources.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hyper_parameter_tuning_job_config.
-
#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.
-
#overall_best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute overall_best_training_job.
-
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
-
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
-
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
-
#tuning_job_completion_details ⇒ Types::HyperParameterTuningJobCompletionDetails
Returns the value of attribute tuning_job_completion_details.
-
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
Instance Attribute Details
#autotune ⇒ Types::Autotune
Returns the value of attribute autotune.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def autotune @autotune end |
#best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute best_training_job.
4432 4433 4434 |
# File 'sig/types.rbs', line 4432 def best_training_job @best_training_job end |
#consumed_resources ⇒ Types::HyperParameterTuningJobConsumedResources
Returns the value of attribute consumed_resources.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 def consumed_resources @consumed_resources end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4427 4428 4429 |
# File 'sig/types.rbs', line 4427 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4436 4437 4438 |
# File 'sig/types.rbs', line 4436 def failure_reason @failure_reason end |
#hyper_parameter_tuning_end_time ⇒ ::Time
Returns the value of attribute hyper_parameter_tuning_end_time.
4428 4429 4430 |
# File 'sig/types.rbs', line 4428 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.
4422 4423 4424 |
# File 'sig/types.rbs', line 4422 def hyper_parameter_tuning_job_arn @hyper_parameter_tuning_job_arn end |
#hyper_parameter_tuning_job_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hyper_parameter_tuning_job_config.
4423 4424 4425 |
# File 'sig/types.rbs', line 4423 def hyper_parameter_tuning_job_config @hyper_parameter_tuning_job_config end |
#hyper_parameter_tuning_job_name ⇒ ::String
Returns the value of attribute hyper_parameter_tuning_job_name.
4421 4422 4423 |
# File 'sig/types.rbs', line 4421 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.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def hyper_parameter_tuning_job_status @hyper_parameter_tuning_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4429 4430 4431 |
# File 'sig/types.rbs', line 4429 def last_modified_time @last_modified_time end |
#objective_status_counters ⇒ Types::ObjectiveStatusCounters
Returns the value of attribute objective_status_counters.
4431 4432 4433 |
# File 'sig/types.rbs', line 4431 def objective_status_counters @objective_status_counters end |
#overall_best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute overall_best_training_job.
4433 4434 4435 |
# File 'sig/types.rbs', line 4433 def overall_best_training_job @overall_best_training_job end |
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def training_job_definition @training_job_definition end |
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def training_job_definitions @training_job_definitions end |
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def training_job_status_counters @training_job_status_counters end |
#tuning_job_completion_details ⇒ Types::HyperParameterTuningJobCompletionDetails
Returns the value of attribute tuning_job_completion_details.
4437 4438 4439 |
# File 'sig/types.rbs', line 4437 def tuning_job_completion_details @tuning_job_completion_details end |
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
4434 4435 4436 |
# File 'sig/types.rbs', line 4434 def warm_start_config @warm_start_config end |