Class: Aws::Types::HyperParameterTuningJobConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#hyper_parameter_tuning_job_objectiveTypes::HyperParameterTuningJobObjective

Returns the value of attribute hyper_parameter_tuning_job_objective.

Returns:



6382
6383
6384
# File 'sig/types.rbs', line 6382

def hyper_parameter_tuning_job_objective
  @hyper_parameter_tuning_job_objective
end

#parameter_rangesTypes::ParameterRanges

Returns the value of attribute parameter_ranges.

Returns:



6384
6385
6386
# File 'sig/types.rbs', line 6384

def parameter_ranges
  @parameter_ranges
end

#random_seed::Integer

Returns the value of attribute random_seed.

Returns:



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

def random_seed
  @random_seed
end

#resource_limitsTypes::ResourceLimits

Returns the value of attribute resource_limits.

Returns:



6383
6384
6385
# File 'sig/types.rbs', line 6383

def resource_limits
  @resource_limits
end

#strategy"Bayesian", ...

Returns the value of attribute strategy.

Returns:



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

def strategy
  @strategy
end

#strategy_configTypes::HyperParameterTuningJobStrategyConfig

Returns the value of attribute strategy_config.

Returns:



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

def strategy_config
  @strategy_config
end

#training_job_early_stopping_type"Off", "Auto"

Returns the value of attribute training_job_early_stopping_type.

Returns:



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

def training_job_early_stopping_type
  @training_job_early_stopping_type
end

#tuning_job_completion_criteriaTypes::TuningJobCompletionCriteria

Returns the value of attribute tuning_job_completion_criteria.

Returns:



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

def tuning_job_completion_criteria
  @tuning_job_completion_criteria
end