Class: Aws::Types::HyperParameterTuningJobSearchEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#best_training_jobTypes::HyperParameterTrainingJobSummary

Returns the value of attribute best_training_job.



6374
6375
6376
# File 'sig/types.rbs', line 6374

def best_training_job
  @best_training_job
end

#consumed_resourcesTypes::HyperParameterTuningJobConsumedResources

Returns the value of attribute consumed_resources.



6379
6380
6381
# File 'sig/types.rbs', line 6379

def consumed_resources
  @consumed_resources
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6369
6370
6371
# File 'sig/types.rbs', line 6369

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6377
6378
6379
# File 'sig/types.rbs', line 6377

def failure_reason
  @failure_reason
end

#hyper_parameter_tuning_end_time::Time

Returns the value of attribute hyper_parameter_tuning_end_time.

Returns:

  • (::Time)


6370
6371
6372
# File 'sig/types.rbs', line 6370

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)


6364
6365
6366
# File 'sig/types.rbs', line 6364

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.



6365
6366
6367
# File 'sig/types.rbs', line 6365

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)


6363
6364
6365
# File 'sig/types.rbs', line 6363

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


6368
6369
6370
# File 'sig/types.rbs', line 6368

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)


6371
6372
6373
# File 'sig/types.rbs', line 6371

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::ObjectiveStatusCounters

Returns the value of attribute objective_status_counters.



6373
6374
6375
# File 'sig/types.rbs', line 6373

def objective_status_counters
  @objective_status_counters
end

#overall_best_training_jobTypes::HyperParameterTrainingJobSummary

Returns the value of attribute overall_best_training_job.



6375
6376
6377
# File 'sig/types.rbs', line 6375

def overall_best_training_job
  @overall_best_training_job
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



6380
6381
6382
# File 'sig/types.rbs', line 6380

def tags
  @tags
end

#training_job_definitionTypes::HyperParameterTrainingJobDefinition

Returns the value of attribute training_job_definition.



6366
6367
6368
# File 'sig/types.rbs', line 6366

def training_job_definition
  @training_job_definition
end

#training_job_definitions::Array[Types::HyperParameterTrainingJobDefinition]

Returns the value of attribute training_job_definitions.



6367
6368
6369
# File 'sig/types.rbs', line 6367

def training_job_definitions
  @training_job_definitions
end

#training_job_status_countersTypes::TrainingJobStatusCounters

Returns the value of attribute training_job_status_counters.



6372
6373
6374
# File 'sig/types.rbs', line 6372

def training_job_status_counters
  @training_job_status_counters
end

#tuning_job_completion_detailsTypes::HyperParameterTuningJobCompletionDetails

Returns the value of attribute tuning_job_completion_details.



6378
6379
6380
# File 'sig/types.rbs', line 6378

def tuning_job_completion_details
  @tuning_job_completion_details
end

#warm_start_configTypes::HyperParameterTuningJobWarmStartConfig

Returns the value of attribute warm_start_config.



6376
6377
6378
# File 'sig/types.rbs', line 6376

def warm_start_config
  @warm_start_config
end