Class: Aws::Types::CreateHyperParameterTuningJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autotuneTypes::Autotune

Returns the value of attribute autotune.

Returns:



2327
2328
2329
# File 'sig/types.rbs', line 2327

def autotune
  @autotune
end

#hyper_parameter_tuning_job_configTypes::HyperParameterTuningJobConfig

Returns the value of attribute hyper_parameter_tuning_job_config.



2322
2323
2324
# File 'sig/types.rbs', line 2322

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)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def hyper_parameter_tuning_job_name
  @hyper_parameter_tuning_job_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2326
2327
2328
# File 'sig/types.rbs', line 2326

def tags
  @tags
end

#training_job_definitionTypes::HyperParameterTrainingJobDefinition

Returns the value of attribute training_job_definition.



2323
2324
2325
# File 'sig/types.rbs', line 2323

def training_job_definition
  @training_job_definition
end

#training_job_definitions::Array[Types::HyperParameterTrainingJobDefinition]

Returns the value of attribute training_job_definitions.



2324
2325
2326
# File 'sig/types.rbs', line 2324

def training_job_definitions
  @training_job_definitions
end

#warm_start_configTypes::HyperParameterTuningJobWarmStartConfig

Returns the value of attribute warm_start_config.



2325
2326
2327
# File 'sig/types.rbs', line 2325

def warm_start_config
  @warm_start_config
end