Class: Aws::Types::HyperParameterTrainingJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6311
6312
6313
# File 'sig/types.rbs', line 6311

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6316
6317
6318
# File 'sig/types.rbs', line 6316

def failure_reason
  @failure_reason
end

#final_hyper_parameter_tuning_job_objective_metricTypes::FinalHyperParameterTuningJobObjectiveMetric

Returns the value of attribute final_hyper_parameter_tuning_job_objective_metric.



6317
6318
6319
# File 'sig/types.rbs', line 6317

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.

Returns:

  • ("Succeeded", "Pending", "Failed")


6318
6319
6320
# File 'sig/types.rbs', line 6318

def objective_status
  @objective_status
end

#training_end_time::Time

Returns the value of attribute training_end_time.

Returns:

  • (::Time)


6313
6314
6315
# File 'sig/types.rbs', line 6313

def training_end_time
  @training_end_time
end

#training_job_arn::String

Returns the value of attribute training_job_arn.

Returns:

  • (::String)


6309
6310
6311
# File 'sig/types.rbs', line 6309

def training_job_arn
  @training_job_arn
end

#training_job_definition_name::String

Returns the value of attribute training_job_definition_name.

Returns:

  • (::String)


6307
6308
6309
# File 'sig/types.rbs', line 6307

def training_job_definition_name
  @training_job_definition_name
end

#training_job_name::String

Returns the value of attribute training_job_name.

Returns:

  • (::String)


6308
6309
6310
# File 'sig/types.rbs', line 6308

def training_job_name
  @training_job_name
end

#training_job_status"InProgress", ...

Returns the value of attribute training_job_status.

Returns:

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


6314
6315
6316
# File 'sig/types.rbs', line 6314

def training_job_status
  @training_job_status
end

#training_start_time::Time

Returns the value of attribute training_start_time.

Returns:

  • (::Time)


6312
6313
6314
# File 'sig/types.rbs', line 6312

def training_start_time
  @training_start_time
end

#tuned_hyper_parameters::Hash[::String, ::String]

Returns the value of attribute tuned_hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


6315
6316
6317
# File 'sig/types.rbs', line 6315

def tuned_hyper_parameters
  @tuned_hyper_parameters
end

#tuning_job_name::String

Returns the value of attribute tuning_job_name.

Returns:

  • (::String)


6310
6311
6312
# File 'sig/types.rbs', line 6310

def tuning_job_name
  @tuning_job_name
end