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:



2312
2313
2314
# File 'sig/types.rbs', line 2312

def autotune
  @autotune
end

#hyper_parameter_tuning_job_configTypes::HyperParameterTuningJobConfig

Returns the value of attribute hyper_parameter_tuning_job_config.



2307
2308
2309
# File 'sig/types.rbs', line 2307

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)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def hyper_parameter_tuning_job_name
  @hyper_parameter_tuning_job_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2311
2312
2313
# File 'sig/types.rbs', line 2311

def tags
  @tags
end

#training_job_definitionTypes::HyperParameterTrainingJobDefinition

Returns the value of attribute training_job_definition.



2308
2309
2310
# File 'sig/types.rbs', line 2308

def training_job_definition
  @training_job_definition
end

#training_job_definitions::Array[Types::HyperParameterTrainingJobDefinition]

Returns the value of attribute training_job_definitions.



2309
2310
2311
# File 'sig/types.rbs', line 2309

def training_job_definitions
  @training_job_definitions
end

#warm_start_configTypes::HyperParameterTuningJobWarmStartConfig

Returns the value of attribute warm_start_config.



2310
2311
2312
# File 'sig/types.rbs', line 2310

def warm_start_config
  @warm_start_config
end