Class: Aws::Types::TrainingJobDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hyper_parameters::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:

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


11474
11475
11476
# File 'sig/types.rbs', line 11474

def hyper_parameters
  @hyper_parameters
end

#input_data_config::Array[Types::Channel]

Returns the value of attribute input_data_config.

Returns:



11475
11476
11477
# File 'sig/types.rbs', line 11475

def input_data_config
  @input_data_config
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



11476
11477
11478
# File 'sig/types.rbs', line 11476

def output_data_config
  @output_data_config
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



11477
11478
11479
# File 'sig/types.rbs', line 11477

def resource_config
  @resource_config
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



11478
11479
11480
# File 'sig/types.rbs', line 11478

def stopping_condition
  @stopping_condition
end

#training_input_mode"Pipe", ...

Returns the value of attribute training_input_mode.

Returns:

  • ("Pipe", "File", "FastFile")


11473
11474
11475
# File 'sig/types.rbs', line 11473

def training_input_mode
  @training_input_mode
end