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:



4437
4438
4439
# File 'sig/types.rbs', line 4437

def autotune
  @autotune
end

#best_training_jobTypes::HyperParameterTrainingJobSummary

Returns the value of attribute best_training_job.



4434
4435
4436
# File 'sig/types.rbs', line 4434

def best_training_job
  @best_training_job
end

#consumed_resourcesTypes::HyperParameterTuningJobConsumedResources

Returns the value of attribute consumed_resources.



4440
4441
4442
# File 'sig/types.rbs', line 4440

def consumed_resources
  @consumed_resources
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4429
4430
4431
# File 'sig/types.rbs', line 4429

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4438
4439
4440
# File 'sig/types.rbs', line 4438

def failure_reason
  @failure_reason
end

#hyper_parameter_tuning_end_time::Time

Returns the value of attribute hyper_parameter_tuning_end_time.

Returns:

  • (::Time)


4430
4431
4432
# File 'sig/types.rbs', line 4430

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)


4424
4425
4426
# File 'sig/types.rbs', line 4424

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.



4425
4426
4427
# File 'sig/types.rbs', line 4425

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)


4423
4424
4425
# File 'sig/types.rbs', line 4423

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")


4428
4429
4430
# File 'sig/types.rbs', line 4428

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)


4431
4432
4433
# File 'sig/types.rbs', line 4431

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::ObjectiveStatusCounters

Returns the value of attribute objective_status_counters.



4433
4434
4435
# File 'sig/types.rbs', line 4433

def objective_status_counters
  @objective_status_counters
end

#overall_best_training_jobTypes::HyperParameterTrainingJobSummary

Returns the value of attribute overall_best_training_job.



4435
4436
4437
# File 'sig/types.rbs', line 4435

def overall_best_training_job
  @overall_best_training_job
end

#training_job_definitionTypes::HyperParameterTrainingJobDefinition

Returns the value of attribute training_job_definition.



4426
4427
4428
# File 'sig/types.rbs', line 4426

def training_job_definition
  @training_job_definition
end

#training_job_definitions::Array[Types::HyperParameterTrainingJobDefinition]

Returns the value of attribute training_job_definitions.



4427
4428
4429
# File 'sig/types.rbs', line 4427

def training_job_definitions
  @training_job_definitions
end

#training_job_status_countersTypes::TrainingJobStatusCounters

Returns the value of attribute training_job_status_counters.



4432
4433
4434
# File 'sig/types.rbs', line 4432

def training_job_status_counters
  @training_job_status_counters
end

#tuning_job_completion_detailsTypes::HyperParameterTuningJobCompletionDetails

Returns the value of attribute tuning_job_completion_details.



4439
4440
4441
# File 'sig/types.rbs', line 4439

def tuning_job_completion_details
  @tuning_job_completion_details
end

#warm_start_configTypes::HyperParameterTuningJobWarmStartConfig

Returns the value of attribute warm_start_config.



4436
4437
4438
# File 'sig/types.rbs', line 4436

def warm_start_config
  @warm_start_config
end