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.
4452 4453 4454 |
# File 'sig/types.rbs', line 4452 def autotune @autotune end |
#best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute best_training_job.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def best_training_job @best_training_job end |
#consumed_resources ⇒ Types::HyperParameterTuningJobConsumedResources
Returns the value of attribute consumed_resources.
4455 4456 4457 |
# File 'sig/types.rbs', line 4455 def consumed_resources @consumed_resources end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4444 4445 4446 |
# File 'sig/types.rbs', line 4444 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4453 4454 4455 |
# File 'sig/types.rbs', line 4453 def failure_reason @failure_reason end |
#hyper_parameter_tuning_end_time ⇒ ::Time
Returns the value of attribute hyper_parameter_tuning_end_time.
4445 4446 4447 |
# File 'sig/types.rbs', line 4445 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.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 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.
4440 4441 4442 |
# File 'sig/types.rbs', line 4440 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.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 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.
4443 4444 4445 |
# File 'sig/types.rbs', line 4443 def hyper_parameter_tuning_job_status @hyper_parameter_tuning_job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def last_modified_time @last_modified_time end |
#objective_status_counters ⇒ Types::ObjectiveStatusCounters
Returns the value of attribute objective_status_counters.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def objective_status_counters @objective_status_counters end |
#overall_best_training_job ⇒ Types::HyperParameterTrainingJobSummary
Returns the value of attribute overall_best_training_job.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def overall_best_training_job @overall_best_training_job end |
#training_job_definition ⇒ Types::HyperParameterTrainingJobDefinition
Returns the value of attribute training_job_definition.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def training_job_definition @training_job_definition end |
#training_job_definitions ⇒ ::Array[Types::HyperParameterTrainingJobDefinition]
Returns the value of attribute training_job_definitions.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def training_job_definitions @training_job_definitions end |
#training_job_status_counters ⇒ Types::TrainingJobStatusCounters
Returns the value of attribute training_job_status_counters.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 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.
4454 4455 4456 |
# File 'sig/types.rbs', line 4454 def tuning_job_completion_details @tuning_job_completion_details end |
#warm_start_config ⇒ Types::HyperParameterTuningJobWarmStartConfig
Returns the value of attribute warm_start_config.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def warm_start_config @warm_start_config end |