Class: Aws::Types::HyperParameterTrainingJobDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_specificationTypes::HyperParameterAlgorithmSpecification

Returns the value of attribute algorithm_specification.



6308
6309
6310
# File 'sig/types.rbs', line 6308

def algorithm_specification
  @algorithm_specification
end

#checkpoint_configTypes::CheckpointConfig

Returns the value of attribute checkpoint_config.



6319
6320
6321
# File 'sig/types.rbs', line 6319

def checkpoint_config
  @checkpoint_config
end

#definition_name::String

Returns the value of attribute definition_name.

Returns:

  • (::String)


6304
6305
6306
# File 'sig/types.rbs', line 6304

def definition_name
  @definition_name
end

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:

  • (Boolean)


6317
6318
6319
# File 'sig/types.rbs', line 6317

def enable_inter_container_traffic_encryption
  @enable_inter_container_traffic_encryption
end

#enable_managed_spot_trainingBoolean

Returns the value of attribute enable_managed_spot_training.

Returns:

  • (Boolean)


6318
6319
6320
# File 'sig/types.rbs', line 6318

def enable_managed_spot_training
  @enable_managed_spot_training
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


6316
6317
6318
# File 'sig/types.rbs', line 6316

def enable_network_isolation
  @enable_network_isolation
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

  • (::Hash[::String, ::String])


6321
6322
6323
# File 'sig/types.rbs', line 6321

def environment
  @environment
end

#hyper_parameter_rangesTypes::ParameterRanges

Returns the value of attribute hyper_parameter_ranges.



6306
6307
6308
# File 'sig/types.rbs', line 6306

def hyper_parameter_ranges
  @hyper_parameter_ranges
end

#hyper_parameter_tuning_resource_configTypes::HyperParameterTuningResourceConfig

Returns the value of attribute hyper_parameter_tuning_resource_config.



6314
6315
6316
# File 'sig/types.rbs', line 6314

def hyper_parameter_tuning_resource_config
  @hyper_parameter_tuning_resource_config
end

#input_data_config::Array[Types::Channel]

Returns the value of attribute input_data_config.

Returns:



6310
6311
6312
# File 'sig/types.rbs', line 6310

def input_data_config
  @input_data_config
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



6312
6313
6314
# File 'sig/types.rbs', line 6312

def output_data_config
  @output_data_config
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



6313
6314
6315
# File 'sig/types.rbs', line 6313

def resource_config
  @resource_config
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



6320
6321
6322
# File 'sig/types.rbs', line 6320

def retry_strategy
  @retry_strategy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


6309
6310
6311
# File 'sig/types.rbs', line 6309

def role_arn
  @role_arn
end

#static_hyper_parameters::Hash[::String, ::String]

Returns the value of attribute static_hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


6307
6308
6309
# File 'sig/types.rbs', line 6307

def static_hyper_parameters
  @static_hyper_parameters
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



6315
6316
6317
# File 'sig/types.rbs', line 6315

def stopping_condition
  @stopping_condition
end

#tuning_objectiveTypes::HyperParameterTuningJobObjective

Returns the value of attribute tuning_objective.



6305
6306
6307
# File 'sig/types.rbs', line 6305

def tuning_objective
  @tuning_objective
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



6311
6312
6313
# File 'sig/types.rbs', line 6311

def vpc_config
  @vpc_config
end