Class: Aws::Types::HyperParameterTuningJobSummary

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)


6434
6435
6436
# File 'sig/types.rbs', line 6434

def creation_time
  @creation_time
end

#hyper_parameter_tuning_end_time::Time

Returns the value of attribute hyper_parameter_tuning_end_time.

Returns:

  • (::Time)


6435
6436
6437
# File 'sig/types.rbs', line 6435

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)


6431
6432
6433
# File 'sig/types.rbs', line 6431

def hyper_parameter_tuning_job_arn
  @hyper_parameter_tuning_job_arn
end

#hyper_parameter_tuning_job_name::String

Returns the value of attribute hyper_parameter_tuning_job_name.

Returns:

  • (::String)


6430
6431
6432
# File 'sig/types.rbs', line 6430

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


6432
6433
6434
# File 'sig/types.rbs', line 6432

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)


6436
6437
6438
# File 'sig/types.rbs', line 6436

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::ObjectiveStatusCounters

Returns the value of attribute objective_status_counters.



6438
6439
6440
# File 'sig/types.rbs', line 6438

def objective_status_counters
  @objective_status_counters
end

#resource_limitsTypes::ResourceLimits

Returns the value of attribute resource_limits.



6439
6440
6441
# File 'sig/types.rbs', line 6439

def resource_limits
  @resource_limits
end

#strategy"Bayesian", ...

Returns the value of attribute strategy.

Returns:

  • ("Bayesian", "Random", "Hyperband", "Grid")


6433
6434
6435
# File 'sig/types.rbs', line 6433

def strategy
  @strategy
end

#training_job_status_countersTypes::TrainingJobStatusCounters

Returns the value of attribute training_job_status_counters.



6437
6438
6439
# File 'sig/types.rbs', line 6437

def training_job_status_counters
  @training_job_status_counters
end