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.



6414
6415
6416
# File 'sig/types.rbs', line 6414

def best_training_job
  @best_training_job
end

#consumed_resourcesTypes::HyperParameterTuningJobConsumedResources

Returns the value of attribute consumed_resources.



6419
6420
6421
# File 'sig/types.rbs', line 6419

def consumed_resources
  @consumed_resources
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


6409
6410
6411
# File 'sig/types.rbs', line 6409

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


6417
6418
6419
# File 'sig/types.rbs', line 6417

def failure_reason
  @failure_reason
end

#hyper_parameter_tuning_end_time::Time

Returns the value of attribute hyper_parameter_tuning_end_time.

Returns:

  • (::Time)


6410
6411
6412
# File 'sig/types.rbs', line 6410

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)


6404
6405
6406
# File 'sig/types.rbs', line 6404

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.



6405
6406
6407
# File 'sig/types.rbs', line 6405

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)


6403
6404
6405
# File 'sig/types.rbs', line 6403

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


6408
6409
6410
# File 'sig/types.rbs', line 6408

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)


6411
6412
6413
# File 'sig/types.rbs', line 6411

def last_modified_time
  @last_modified_time
end

#objective_status_countersTypes::ObjectiveStatusCounters

Returns the value of attribute objective_status_counters.



6413
6414
6415
# File 'sig/types.rbs', line 6413

def objective_status_counters
  @objective_status_counters
end

#overall_best_training_jobTypes::HyperParameterTrainingJobSummary

Returns the value of attribute overall_best_training_job.



6415
6416
6417
# File 'sig/types.rbs', line 6415

def overall_best_training_job
  @overall_best_training_job
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



6420
6421
6422
# File 'sig/types.rbs', line 6420

def tags
  @tags
end

#training_job_definitionTypes::HyperParameterTrainingJobDefinition

Returns the value of attribute training_job_definition.



6406
6407
6408
# File 'sig/types.rbs', line 6406

def training_job_definition
  @training_job_definition
end

#training_job_definitions::Array[Types::HyperParameterTrainingJobDefinition]

Returns the value of attribute training_job_definitions.



6407
6408
6409
# File 'sig/types.rbs', line 6407

def training_job_definitions
  @training_job_definitions
end

#training_job_status_countersTypes::TrainingJobStatusCounters

Returns the value of attribute training_job_status_counters.



6412
6413
6414
# File 'sig/types.rbs', line 6412

def training_job_status_counters
  @training_job_status_counters
end

#tuning_job_completion_detailsTypes::HyperParameterTuningJobCompletionDetails

Returns the value of attribute tuning_job_completion_details.



6418
6419
6420
# File 'sig/types.rbs', line 6418

def tuning_job_completion_details
  @tuning_job_completion_details
end

#warm_start_configTypes::HyperParameterTuningJobWarmStartConfig

Returns the value of attribute warm_start_config.



6416
6417
6418
# File 'sig/types.rbs', line 6416

def warm_start_config
  @warm_start_config
end