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)


6390
6391
6392
# File 'sig/types.rbs', line 6390

def creation_time
  @creation_time
end

#hyper_parameter_tuning_end_time::Time

Returns the value of attribute hyper_parameter_tuning_end_time.

Returns:

  • (::Time)


6391
6392
6393
# File 'sig/types.rbs', line 6391

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)


6387
6388
6389
# File 'sig/types.rbs', line 6387

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)


6386
6387
6388
# File 'sig/types.rbs', line 6386

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


6388
6389
6390
# File 'sig/types.rbs', line 6388

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)


6392
6393
6394
# File 'sig/types.rbs', line 6392

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::ObjectiveStatusCounters

Returns the value of attribute objective_status_counters.



6394
6395
6396
# File 'sig/types.rbs', line 6394

def objective_status_counters
  @objective_status_counters
end

#resource_limitsTypes::ResourceLimits

Returns the value of attribute resource_limits.



6395
6396
6397
# File 'sig/types.rbs', line 6395

def resource_limits
  @resource_limits
end

#strategy"Bayesian", ...

Returns the value of attribute strategy.

Returns:

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


6389
6390
6391
# File 'sig/types.rbs', line 6389

def strategy
  @strategy
end

#training_job_status_countersTypes::TrainingJobStatusCounters

Returns the value of attribute training_job_status_counters.



6393
6394
6395
# File 'sig/types.rbs', line 6393

def training_job_status_counters
  @training_job_status_counters
end