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.



6289
6290
6291
# File 'sig/types.rbs', line 6289

def algorithm_specification
  @algorithm_specification
end

#checkpoint_configTypes::CheckpointConfig

Returns the value of attribute checkpoint_config.



6300
6301
6302
# File 'sig/types.rbs', line 6300

def checkpoint_config
  @checkpoint_config
end

#definition_name::String

Returns the value of attribute definition_name.

Returns:

  • (::String)


6285
6286
6287
# File 'sig/types.rbs', line 6285

def definition_name
  @definition_name
end

#enable_inter_container_traffic_encryptionBoolean

Returns the value of attribute enable_inter_container_traffic_encryption.

Returns:

  • (Boolean)


6298
6299
6300
# File 'sig/types.rbs', line 6298

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)


6299
6300
6301
# File 'sig/types.rbs', line 6299

def enable_managed_spot_training
  @enable_managed_spot_training
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


6297
6298
6299
# File 'sig/types.rbs', line 6297

def enable_network_isolation
  @enable_network_isolation
end

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

Returns the value of attribute environment.

Returns:

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


6302
6303
6304
# File 'sig/types.rbs', line 6302

def environment
  @environment
end

#hyper_parameter_rangesTypes::ParameterRanges

Returns the value of attribute hyper_parameter_ranges.



6287
6288
6289
# File 'sig/types.rbs', line 6287

def hyper_parameter_ranges
  @hyper_parameter_ranges
end

#hyper_parameter_tuning_resource_configTypes::HyperParameterTuningResourceConfig

Returns the value of attribute hyper_parameter_tuning_resource_config.



6295
6296
6297
# File 'sig/types.rbs', line 6295

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:



6291
6292
6293
# File 'sig/types.rbs', line 6291

def input_data_config
  @input_data_config
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



6293
6294
6295
# File 'sig/types.rbs', line 6293

def output_data_config
  @output_data_config
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



6294
6295
6296
# File 'sig/types.rbs', line 6294

def resource_config
  @resource_config
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



6301
6302
6303
# File 'sig/types.rbs', line 6301

def retry_strategy
  @retry_strategy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


6290
6291
6292
# File 'sig/types.rbs', line 6290

def role_arn
  @role_arn
end

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

Returns the value of attribute static_hyper_parameters.

Returns:

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


6288
6289
6290
# File 'sig/types.rbs', line 6288

def static_hyper_parameters
  @static_hyper_parameters
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



6296
6297
6298
# File 'sig/types.rbs', line 6296

def stopping_condition
  @stopping_condition
end

#tuning_objectiveTypes::HyperParameterTuningJobObjective

Returns the value of attribute tuning_objective.



6286
6287
6288
# File 'sig/types.rbs', line 6286

def tuning_objective
  @tuning_objective
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



6292
6293
6294
# File 'sig/types.rbs', line 6292

def vpc_config
  @vpc_config
end