Class: Aws::Types::DescribeHyperParameterTuningJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autotuneTypes::Autotune

Returns the value of attribute autotune.

Returns:



4452
4453
4454
# File 'sig/types.rbs', line 4452

def autotune
  @autotune
end

#best_training_jobTypes::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_resourcesTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("Completed", "InProgress", "Failed", "Stopped", "Stopping", "Deleting", "DeleteFailed")


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.

Returns:

  • (::Time)


4446
4447
4448
# File 'sig/types.rbs', line 4446

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::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_jobTypes::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_definitionTypes::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_countersTypes::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_detailsTypes::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_configTypes::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